Class PaymentInitiation
- java.lang.Object
-
- de.adorsys.opba.tppbankingapi.pis.model.generated.PaymentInitiation
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-11-17T19:48:13.241437Z[Etc/UTC]") public class PaymentInitiation extends ObjectPaymentInitiation
-
-
Constructor Summary
Constructors Constructor Description PaymentInitiation()
-
Method Summary
-
-
-
Method Detail
-
endToEndIdentification
public PaymentInitiation 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 PaymentInitiation debtorAccount(AccountReference debtorAccount)
-
getDebtorAccount
@NotNull @Valid public @NotNull @Valid AccountReference getDebtorAccount()
Get debtorAccount- Returns:
- debtorAccount
-
setDebtorAccount
public void setDebtorAccount(AccountReference debtorAccount)
-
instructedAmount
public PaymentInitiation instructedAmount(Amount instructedAmount)
-
getInstructedAmount
@NotNull @Valid public @NotNull @Valid Amount getInstructedAmount()
Get instructedAmount- Returns:
- instructedAmount
-
setInstructedAmount
public void setInstructedAmount(Amount instructedAmount)
-
creditorAccount
public PaymentInitiation creditorAccount(AccountReference creditorAccount)
-
getCreditorAccount
@NotNull @Valid public @NotNull @Valid AccountReference getCreditorAccount()
Get creditorAccount- Returns:
- creditorAccount
-
setCreditorAccount
public void setCreditorAccount(AccountReference creditorAccount)
-
creditorAgent
public PaymentInitiation 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)
-
creditorAgentName
public PaymentInitiation creditorAgentName(String creditorAgentName)
-
getCreditorAgentName
@Size(max=70) public @Size(max=70) String getCreditorAgentName()
Get creditorAgentName- Returns:
- creditorAgentName
-
setCreditorAgentName
public void setCreditorAgentName(String creditorAgentName)
-
creditorName
public PaymentInitiation 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 PaymentInitiation creditorAddress(Address creditorAddress)
-
getCreditorAddress
@Valid public @Valid Address getCreditorAddress()
Get creditorAddress- Returns:
- creditorAddress
-
setCreditorAddress
public void setCreditorAddress(Address creditorAddress)
-
remittanceInformationUnstructured
public PaymentInitiation remittanceInformationUnstructured(String remittanceInformationUnstructured)
-
getRemittanceInformationUnstructured
@Size(max=140) public @Size(max=140) String getRemittanceInformationUnstructured()
Get remittanceInformationUnstructured- Returns:
- remittanceInformationUnstructured
-
setRemittanceInformationUnstructured
public void setRemittanceInformationUnstructured(String remittanceInformationUnstructured)
-
requestedExecutionDate
public PaymentInitiation requestedExecutionDate(LocalDate requestedExecutionDate)
-
getRequestedExecutionDate
@Valid public @Valid LocalDate getRequestedExecutionDate()
Get requestedExecutionDate- Returns:
- requestedExecutionDate
-
setRequestedExecutionDate
public void setRequestedExecutionDate(LocalDate requestedExecutionDate)
-
requestedExecutionTime
public PaymentInitiation requestedExecutionTime(String requestedExecutionTime)
-
getRequestedExecutionTime
public String getRequestedExecutionTime()
Get requestedExecutionTime- Returns:
- requestedExecutionTime
-
setRequestedExecutionTime
public void setRequestedExecutionTime(String requestedExecutionTime)
-
instantPayment
public PaymentInitiation instantPayment(Boolean instantPayment)
-
isInstantPayment
public Boolean isInstantPayment()
Get instantPayment- Returns:
- instantPayment
-
setInstantPayment
public void setInstantPayment(Boolean instantPayment)
-
-