Class PaymentInitiationBulkElementJson
- java.lang.Object
-
- de.adorsys.xs2a.adapter.api.model.PaymentInitiationBulkElementJson
-
@Generated("xs2a-adapter-codegen") public class PaymentInitiationBulkElementJson extends Object
-
-
Constructor Summary
Constructors Constructor Description PaymentInitiationBulkElementJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)AccountReferencegetCreditorAccount()AddressgetCreditorAddress()StringgetCreditorAgent()StringgetCreditorAgentName()StringgetCreditorName()StringgetEndToEndIdentification()AmountgetInstructedAmount()StringgetRemittanceInformationUnstructured()inthashCode()voidsetCreditorAccount(AccountReference creditorAccount)voidsetCreditorAddress(Address creditorAddress)voidsetCreditorAgent(String creditorAgent)voidsetCreditorAgentName(String creditorAgentName)voidsetCreditorName(String creditorName)voidsetEndToEndIdentification(String endToEndIdentification)voidsetInstructedAmount(Amount instructedAmount)voidsetRemittanceInformationUnstructured(String remittanceInformationUnstructured)
-
-
-
Method Detail
-
getEndToEndIdentification
public String getEndToEndIdentification()
-
setEndToEndIdentification
public void setEndToEndIdentification(String endToEndIdentification)
-
getInstructedAmount
public Amount getInstructedAmount()
-
setInstructedAmount
public void setInstructedAmount(Amount instructedAmount)
-
getCreditorAccount
public AccountReference getCreditorAccount()
-
setCreditorAccount
public void setCreditorAccount(AccountReference creditorAccount)
-
getCreditorAgent
public String getCreditorAgent()
-
setCreditorAgent
public void setCreditorAgent(String creditorAgent)
-
getCreditorAgentName
public String getCreditorAgentName()
-
setCreditorAgentName
public void setCreditorAgentName(String creditorAgentName)
-
getCreditorName
public String getCreditorName()
-
setCreditorName
public void setCreditorName(String creditorName)
-
getCreditorAddress
public Address getCreditorAddress()
-
setCreditorAddress
public void setCreditorAddress(Address creditorAddress)
-
getRemittanceInformationUnstructured
public String getRemittanceInformationUnstructured()
-
setRemittanceInformationUnstructured
public void setRemittanceInformationUnstructured(String remittanceInformationUnstructured)
-
-