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
-
-
-
Method Detail
-
getEndToEndIdentification
public String getEndToEndIdentification()
-
setEndToEndIdentification
public void setEndToEndIdentification(String endToEndIdentification)
-
getInstructionIdentification
public String getInstructionIdentification()
-
setInstructionIdentification
public void setInstructionIdentification(String instructionIdentification)
-
getDebtorName
public String getDebtorName()
-
setDebtorName
public void setDebtorName(String debtorName)
-
getUltimateDebtor
public String getUltimateDebtor()
-
setUltimateDebtor
public void setUltimateDebtor(String ultimateDebtor)
-
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)
-
getCreditorId
public String getCreditorId()
-
setCreditorId
public void setCreditorId(String creditorId)
-
getUltimateCreditor
public String getUltimateCreditor()
-
setUltimateCreditor
public void setUltimateCreditor(String ultimateCreditor)
-
getPurposeCode
public PurposeCode getPurposeCode()
-
setPurposeCode
public void setPurposeCode(PurposeCode purposeCode)
-
getChargeBearer
public ChargeBearer getChargeBearer()
-
setChargeBearer
public void setChargeBearer(ChargeBearer chargeBearer)
-
getRemittanceInformationUnstructured
public String getRemittanceInformationUnstructured()
-
setRemittanceInformationUnstructured
public void setRemittanceInformationUnstructured(String remittanceInformationUnstructured)
-
getRemittanceInformationStructured
public String getRemittanceInformationStructured()
-
setRemittanceInformationStructured
public void setRemittanceInformationStructured(String remittanceInformationStructured)
-
getRemittanceInformationStructuredArray
public List<String> getRemittanceInformationStructuredArray()
-
setRemittanceInformationStructuredArray
public void setRemittanceInformationStructuredArray(List<String> remittanceInformationStructuredArray)
-
-