@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2019-01-11T12:48:04.675377+02:00[Europe/Kiev]") public class BulkPaymentInitiationSctJson extends Object
| Constructor and Description |
|---|
BulkPaymentInitiationSctJson() |
public BulkPaymentInitiationSctJson batchBookingPreferred(Boolean batchBookingPreferred)
public Boolean getBatchBookingPreferred()
public void setBatchBookingPreferred(Boolean batchBookingPreferred)
public BulkPaymentInitiationSctJson requestedExecutionDate(LocalDate requestedExecutionDate)
@Valid public @Valid LocalDate getRequestedExecutionDate()
public void setRequestedExecutionDate(LocalDate requestedExecutionDate)
public BulkPaymentInitiationSctJson debtorAccount(AccountReference debtorAccount)
@NotNull @Valid public @NotNull @Valid AccountReference getDebtorAccount()
public void setDebtorAccount(AccountReference debtorAccount)
public BulkPaymentInitiationSctJson payments(List<PaymentInitiationSctBulkElementJson> payments)
public BulkPaymentInitiationSctJson addPaymentsItem(PaymentInitiationSctBulkElementJson paymentsItem)
@NotNull @Valid public @NotNull @Valid List<PaymentInitiationSctBulkElementJson> getPayments()
public void setPayments(List<PaymentInitiationSctBulkElementJson> payments)
Copyright © 2019. All rights reserved.