@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-10-06T09:14:49.448Z[UTC]") public class PaymentInitiation extends Object
Constructor and Description |
---|
PaymentInitiation() |
public PaymentInitiation endToEndIdentification(String endToEndIdentification)
@Size(max=35) public @Size(max=35) String getEndToEndIdentification()
public void setEndToEndIdentification(String endToEndIdentification)
public PaymentInitiation debtorAccount(AccountReference debtorAccount)
@NotNull @Valid public @NotNull @Valid AccountReference getDebtorAccount()
public void setDebtorAccount(AccountReference debtorAccount)
public PaymentInitiation instructedAmount(Amount instructedAmount)
@NotNull @Valid public @NotNull @Valid Amount getInstructedAmount()
public void setInstructedAmount(Amount instructedAmount)
public PaymentInitiation creditorAccount(AccountReference creditorAccount)
@NotNull @Valid public @NotNull @Valid AccountReference getCreditorAccount()
public void setCreditorAccount(AccountReference creditorAccount)
public PaymentInitiation creditorAgent(String creditorAgent)
@Pattern(regexp="[A-Z]{6,6}[A-Z2-9][A-NP-Z0-9]([A-Z0-9]{3,3}){0,1}") public @Pattern(regexp="[A-Z]{6,6}[A-Z2-9][A-NP-Z0-9]([A-Z0-9]{3,3}){0,1}") String getCreditorAgent()
public void setCreditorAgent(String creditorAgent)
public PaymentInitiation creditorAgentName(String creditorAgentName)
@Size(max=70) public @Size(max=70) String getCreditorAgentName()
public void setCreditorAgentName(String creditorAgentName)
public PaymentInitiation creditorName(String creditorName)
@NotNull @Size(max=70) public @NotNull @Size(max=70) String getCreditorName()
public void setCreditorName(String creditorName)
public PaymentInitiation creditorAddress(Address creditorAddress)
@Valid public @Valid Address getCreditorAddress()
public void setCreditorAddress(Address creditorAddress)
public PaymentInitiation remittanceInformationUnstructured(String remittanceInformationUnstructured)
@Size(max=140) public @Size(max=140) String getRemittanceInformationUnstructured()
public void setRemittanceInformationUnstructured(String remittanceInformationUnstructured)
public PaymentInitiation requestedExecutionDate(LocalDate requestedExecutionDate)
@Valid public @Valid LocalDate getRequestedExecutionDate()
public void setRequestedExecutionDate(LocalDate requestedExecutionDate)
public PaymentInitiation requestedExecutionTime(String requestedExecutionTime)
public String getRequestedExecutionTime()
public void setRequestedExecutionTime(String requestedExecutionTime)
public PaymentInitiation instantPayment(Boolean instantPayment)
public Boolean isInstantPayment()
public void setInstantPayment(Boolean instantPayment)
Copyright © 2020. All rights reserved.