Class BacsDirectDebitDetails

    • Constructor Detail

      • BacsDirectDebitDetails

        public BacsDirectDebitDetails()
    • Method Detail

      • getBankAccountNumber

        public String getBankAccountNumber()
        The bank account number (without separators).
        Returns:
        bankAccountNumber
      • setBankAccountNumber

        public void setBankAccountNumber​(String bankAccountNumber)
      • getBankLocationId

        public String getBankLocationId()
        The bank routing number of the account.
        Returns:
        bankLocationId
      • setBankLocationId

        public void setBankLocationId​(String bankLocationId)
      • getHolderName

        public String getHolderName()
        The name of the bank account holder.
        Returns:
        holderName
      • setHolderName

        public void setHolderName​(String holderName)
      • getRecurringDetailReference

        public String getRecurringDetailReference()
        This is the `recurringDetailReference` returned in the response when you created the token.
        Returns:
        recurringDetailReference
      • setRecurringDetailReference

        public void setRecurringDetailReference​(String recurringDetailReference)
      • getStoredPaymentMethodId

        public String getStoredPaymentMethodId()
        This is the `recurringDetailReference` returned in the response when you created the token.
        Returns:
        storedPaymentMethodId
      • setStoredPaymentMethodId

        public void setStoredPaymentMethodId​(String storedPaymentMethodId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object