@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-10-06T09:15:19.251Z[UTC]") public class BulkPayment extends Object
Constructor and Description |
---|
BulkPayment() |
public BulkPayment batchBookingPreferred(Boolean batchBookingPreferred)
public Boolean isBatchBookingPreferred()
public void setBatchBookingPreferred(Boolean batchBookingPreferred)
public BulkPayment debtorAccount(AccountReference debtorAccount)
@Valid public @Valid AccountReference getDebtorAccount()
public void setDebtorAccount(AccountReference debtorAccount)
public BulkPayment paymentId(String paymentId)
public String getPaymentId()
public void setPaymentId(String paymentId)
public BulkPayment paymentProduct(PaymentProduct paymentProduct)
@Valid public @Valid PaymentProduct getPaymentProduct()
public void setPaymentProduct(PaymentProduct paymentProduct)
public BulkPayment paymentStatus(PaymentStatus paymentStatus)
@Valid public @Valid PaymentStatus getPaymentStatus()
public void setPaymentStatus(PaymentStatus paymentStatus)
public BulkPayment payments(List<SinglePayment> payments)
public BulkPayment addPaymentsItem(SinglePayment paymentsItem)
@Valid public @Valid List<SinglePayment> getPayments()
public void setPayments(List<SinglePayment> payments)
public BulkPayment requestedExecutionDate(LocalDate requestedExecutionDate)
@Valid public @Valid LocalDate getRequestedExecutionDate()
public void setRequestedExecutionDate(LocalDate requestedExecutionDate)
Copyright © 2020. All rights reserved.