Class AfterpayDetails

    • Constructor Detail

      • AfterpayDetails

        public AfterpayDetails()
    • Method Detail

      • getBillingAddress

        public String getBillingAddress()
        The address where to send the invoice.
        Returns:
        billingAddress
      • setBillingAddress

        public void setBillingAddress​(String billingAddress)
      • getDeliveryAddress

        public String getDeliveryAddress()
        The address where the goods should be delivered.
        Returns:
        deliveryAddress
      • setDeliveryAddress

        public void setDeliveryAddress​(String deliveryAddress)
      • getPersonalDetails

        public String getPersonalDetails()
        Shopper name, date of birth, phone number, and email address.
        Returns:
        personalDetails
      • setPersonalDetails

        public void setPersonalDetails​(String personalDetails)
      • recurringDetailReference

        public AfterpayDetails recurringDetailReference​(String recurringDetailReference)
      • 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