@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2019-04-08T13:20:46.558844+03:00[Europe/Kiev]") public class PaymentInitiationBulkElementJson extends Object
| Constructor and Description |
|---|
PaymentInitiationBulkElementJson() |
public PaymentInitiationBulkElementJson endToEndIdentification(String endToEndIdentification)
@Size(max=35) public @Size(max=35) String getEndToEndIdentification()
public void setEndToEndIdentification(String endToEndIdentification)
public PaymentInitiationBulkElementJson instructedAmount(Amount instructedAmount)
@NotNull @Valid public @NotNull @Valid Amount getInstructedAmount()
public void setInstructedAmount(Amount instructedAmount)
public PaymentInitiationBulkElementJson creditorAccount(AccountReference creditorAccount)
@NotNull @Valid public @NotNull @Valid AccountReference getCreditorAccount()
public void setCreditorAccount(AccountReference creditorAccount)
public PaymentInitiationBulkElementJson 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 PaymentInitiationBulkElementJson creditorAgentName(String creditorAgentName)
@Size(max=70) public @Size(max=70) String getCreditorAgentName()
public void setCreditorAgentName(String creditorAgentName)
public PaymentInitiationBulkElementJson creditorName(String creditorName)
@NotNull @Size(max=70) public @NotNull @Size(max=70) String getCreditorName()
public void setCreditorName(String creditorName)
public PaymentInitiationBulkElementJson creditorAddress(Address creditorAddress)
@Valid public @Valid Address getCreditorAddress()
public void setCreditorAddress(Address creditorAddress)
public PaymentInitiationBulkElementJson remittanceInformationUnstructured(String remittanceInformationUnstructured)
@Size(max=140) public @Size(max=140) String getRemittanceInformationUnstructured()
public void setRemittanceInformationUnstructured(String remittanceInformationUnstructured)
Copyright © 2019. All rights reserved.