@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-10-06T09:16:02.279Z[UTC]") public class PaymentInformationResponse extends Object
Constructor and Description |
---|
PaymentInformationResponse() |
public PaymentInformationResponse endToEndIdentification(String endToEndIdentification)
@Size(max=35) public @Size(max=35) String getEndToEndIdentification()
public void setEndToEndIdentification(String endToEndIdentification)
public PaymentInformationResponse debtorAccount(AccountReference debtorAccount)
@NotNull @Valid public @NotNull @Valid AccountReference getDebtorAccount()
public void setDebtorAccount(AccountReference debtorAccount)
public PaymentInformationResponse instructedAmount(Amount instructedAmount)
@NotNull @Valid public @NotNull @Valid Amount getInstructedAmount()
public void setInstructedAmount(Amount instructedAmount)
public PaymentInformationResponse creditorAccount(AccountReference creditorAccount)
@NotNull @Valid public @NotNull @Valid AccountReference getCreditorAccount()
public void setCreditorAccount(AccountReference creditorAccount)
public PaymentInformationResponse 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 PaymentInformationResponse creditorName(String creditorName)
@NotNull @Size(max=70) public @NotNull @Size(max=70) String getCreditorName()
public void setCreditorName(String creditorName)
public PaymentInformationResponse creditorAddress(Address creditorAddress)
@Valid public @Valid Address getCreditorAddress()
public void setCreditorAddress(Address creditorAddress)
public PaymentInformationResponse remittanceInformationUnstructured(String remittanceInformationUnstructured)
@Size(max=140) public @Size(max=140) String getRemittanceInformationUnstructured()
public void setRemittanceInformationUnstructured(String remittanceInformationUnstructured)
public PaymentInformationResponse transactionStatus(String transactionStatus)
public String getTransactionStatus()
public void setTransactionStatus(String transactionStatus)
public PaymentInformationResponse createdAt(OffsetDateTime createdAt)
@Valid public @Valid OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
Copyright © 2020. All rights reserved.