Class PaymentInformationResponse
- java.lang.Object
-
- de.adorsys.opba.tppbankingapi.pis.model.generated.PaymentInformationResponse
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-11-17T19:48:13.241437Z[Etc/UTC]") public class PaymentInformationResponse extends ObjectGeneric JSON response body consistion of the corresponding payment initation JSON body together with an optional transaction status field.
-
-
Constructor Summary
Constructors Constructor Description PaymentInformationResponse()
-
Method Summary
-
-
-
Method Detail
-
endToEndIdentification
public PaymentInformationResponse endToEndIdentification(String endToEndIdentification)
-
getEndToEndIdentification
@Size(max=35) public @Size(max=35) String getEndToEndIdentification()
Get endToEndIdentification- Returns:
- endToEndIdentification
-
setEndToEndIdentification
public void setEndToEndIdentification(String endToEndIdentification)
-
debtorAccount
public PaymentInformationResponse debtorAccount(AccountReference debtorAccount)
-
getDebtorAccount
@NotNull @Valid public @NotNull @Valid AccountReference getDebtorAccount()
Get debtorAccount- Returns:
- debtorAccount
-
setDebtorAccount
public void setDebtorAccount(AccountReference debtorAccount)
-
instructedAmount
public PaymentInformationResponse instructedAmount(Amount instructedAmount)
-
getInstructedAmount
@NotNull @Valid public @NotNull @Valid Amount getInstructedAmount()
Get instructedAmount- Returns:
- instructedAmount
-
setInstructedAmount
public void setInstructedAmount(Amount instructedAmount)
-
creditorAccount
public PaymentInformationResponse creditorAccount(AccountReference creditorAccount)
-
getCreditorAccount
@NotNull @Valid public @NotNull @Valid AccountReference getCreditorAccount()
Get creditorAccount- Returns:
- creditorAccount
-
setCreditorAccount
public void setCreditorAccount(AccountReference creditorAccount)
-
creditorAgent
public PaymentInformationResponse creditorAgent(String creditorAgent)
-
getCreditorAgent
@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()Get creditorAgent- Returns:
- creditorAgent
-
setCreditorAgent
public void setCreditorAgent(String creditorAgent)
-
creditorName
public PaymentInformationResponse creditorName(String creditorName)
-
getCreditorName
@NotNull @Size(max=70) public @NotNull @Size(max=70) String getCreditorName()
Get creditorName- Returns:
- creditorName
-
setCreditorName
public void setCreditorName(String creditorName)
-
creditorAddress
public PaymentInformationResponse creditorAddress(Address creditorAddress)
-
getCreditorAddress
@Valid public @Valid Address getCreditorAddress()
Get creditorAddress- Returns:
- creditorAddress
-
setCreditorAddress
public void setCreditorAddress(Address creditorAddress)
-
remittanceInformationUnstructured
public PaymentInformationResponse remittanceInformationUnstructured(String remittanceInformationUnstructured)
-
getRemittanceInformationUnstructured
@Size(max=140) public @Size(max=140) String getRemittanceInformationUnstructured()
Get remittanceInformationUnstructured- Returns:
- remittanceInformationUnstructured
-
setRemittanceInformationUnstructured
public void setRemittanceInformationUnstructured(String remittanceInformationUnstructured)
-
transactionStatus
public PaymentInformationResponse transactionStatus(String transactionStatus)
-
getTransactionStatus
public String getTransactionStatus()
Get transactionStatus- Returns:
- transactionStatus
-
setTransactionStatus
public void setTransactionStatus(String transactionStatus)
-
createdAt
public PaymentInformationResponse createdAt(OffsetDateTime createdAt)
-
getCreatedAt
@Valid public @Valid OffsetDateTime getCreatedAt()
Get createdAt- Returns:
- createdAt
-
setCreatedAt
public void setCreatedAt(OffsetDateTime createdAt)
-
-