@Generated(value="xs2a-adapter-codegen") public class PaymentInitiationBulkElementJson extends Object
| Constructor and Description |
|---|
PaymentInitiationBulkElementJson() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AccountReference |
getCreditorAccount() |
Address |
getCreditorAddress() |
String |
getCreditorAgent() |
String |
getCreditorAgentName() |
String |
getCreditorName() |
String |
getEndToEndIdentification() |
Amount |
getInstructedAmount() |
String |
getRemittanceInformationUnstructured() |
int |
hashCode() |
void |
setCreditorAccount(AccountReference creditorAccount) |
void |
setCreditorAddress(Address creditorAddress) |
void |
setCreditorAgent(String creditorAgent) |
void |
setCreditorAgentName(String creditorAgentName) |
void |
setCreditorName(String creditorName) |
void |
setEndToEndIdentification(String endToEndIdentification) |
void |
setInstructedAmount(Amount instructedAmount) |
void |
setRemittanceInformationUnstructured(String remittanceInformationUnstructured) |
public String getEndToEndIdentification()
public void setEndToEndIdentification(String endToEndIdentification)
public Amount getInstructedAmount()
public void setInstructedAmount(Amount instructedAmount)
public AccountReference getCreditorAccount()
public void setCreditorAccount(AccountReference creditorAccount)
public String getCreditorAgent()
public void setCreditorAgent(String creditorAgent)
public String getCreditorAgentName()
public void setCreditorAgentName(String creditorAgentName)
public String getCreditorName()
public void setCreditorName(String creditorName)
public Address getCreditorAddress()
public void setCreditorAddress(Address creditorAddress)
public String getRemittanceInformationUnstructured()
public void setRemittanceInformationUnstructured(String remittanceInformationUnstructured)
Copyright © 2020. All rights reserved.