Class PaymentInitiation


  • @Validated
    @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
               date="2020-11-17T19:48:13.241437Z[Etc/UTC]")
    public class PaymentInitiation
    extends Object
    PaymentInitiation
    • Constructor Detail

      • PaymentInitiation

        public PaymentInitiation()
    • Method Detail

      • getEndToEndIdentification

        @Size(max=35)
        public @Size(max=35) String getEndToEndIdentification()
        Get endToEndIdentification
        Returns:
        endToEndIdentification
      • setEndToEndIdentification

        public void setEndToEndIdentification​(String endToEndIdentification)
      • getDebtorAccount

        @NotNull
        @Valid
        public @NotNull @Valid AccountReference getDebtorAccount()
        Get debtorAccount
        Returns:
        debtorAccount
      • setDebtorAccount

        public void setDebtorAccount​(AccountReference debtorAccount)
      • getInstructedAmount

        @NotNull
        @Valid
        public @NotNull @Valid Amount getInstructedAmount()
        Get instructedAmount
        Returns:
        instructedAmount
      • setInstructedAmount

        public void setInstructedAmount​(Amount instructedAmount)
      • getCreditorAccount

        @NotNull
        @Valid
        public @NotNull @Valid AccountReference getCreditorAccount()
        Get creditorAccount
        Returns:
        creditorAccount
      • setCreditorAccount

        public void setCreditorAccount​(AccountReference creditorAccount)
      • 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)
      • getCreditorAgentName

        @Size(max=70)
        public @Size(max=70) String getCreditorAgentName()
        Get creditorAgentName
        Returns:
        creditorAgentName
      • setCreditorAgentName

        public void setCreditorAgentName​(String creditorAgentName)
      • getCreditorName

        @NotNull
        @Size(max=70)
        public @NotNull @Size(max=70) String getCreditorName()
        Get creditorName
        Returns:
        creditorName
      • setCreditorName

        public void setCreditorName​(String creditorName)
      • 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)
      • getRequestedExecutionDate

        @Valid
        public @Valid LocalDate getRequestedExecutionDate()
        Get requestedExecutionDate
        Returns:
        requestedExecutionDate
      • setRequestedExecutionDate

        public void setRequestedExecutionDate​(LocalDate requestedExecutionDate)
      • getRequestedExecutionTime

        public String getRequestedExecutionTime()
        Get requestedExecutionTime
        Returns:
        requestedExecutionTime
      • setRequestedExecutionTime

        public void setRequestedExecutionTime​(String requestedExecutionTime)
      • isInstantPayment

        public Boolean isInstantPayment()
        Get instantPayment
        Returns:
        instantPayment
      • setInstantPayment

        public void setInstantPayment​(Boolean instantPayment)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object