Class PeriodicPaymentInitiationJson


  • @Generated("xs2a-adapter-codegen")
    public class PeriodicPaymentInitiationJson
    extends Object
    • Constructor Detail

      • PeriodicPaymentInitiationJson

        public PeriodicPaymentInitiationJson()
    • Method Detail

      • getEndToEndIdentification

        public String getEndToEndIdentification()
      • setEndToEndIdentification

        public void setEndToEndIdentification​(String endToEndIdentification)
      • setDebtorAccount

        public void setDebtorAccount​(AccountReference debtorAccount)
      • getInstructedAmount

        public Amount getInstructedAmount()
      • setInstructedAmount

        public void setInstructedAmount​(Amount instructedAmount)
      • setCreditorAccount

        public void setCreditorAccount​(AccountReference creditorAccount)
      • getCreditorAgent

        public String getCreditorAgent()
      • setCreditorAgent

        public void setCreditorAgent​(String creditorAgent)
      • 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)
      • getStartDate

        public LocalDate getStartDate()
      • setStartDate

        public void setStartDate​(LocalDate startDate)
      • setEndDate

        public void setEndDate​(LocalDate endDate)
      • setExecutionRule

        public void setExecutionRule​(ExecutionRule executionRule)
      • setFrequency

        public void setFrequency​(FrequencyCode frequency)
      • setDayOfExecution

        public void setDayOfExecution​(DayOfExecution dayOfExecution)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object