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