Class Subscription.PaymentMethodOptions

    • Constructor Detail

      • PaymentMethodOptions

        public PaymentMethodOptions()
    • Method Detail

      • getAcssDebit

        public Subscription.PaymentMethodOptions.AcssDebit getAcssDebit()
        This sub-hash contains details about the Canadian pre-authorized debit payment method options to pass to invoices created by the subscription.
      • setAcssDebit

        public void setAcssDebit​(Subscription.PaymentMethodOptions.AcssDebit acssDebit)
        This sub-hash contains details about the Canadian pre-authorized debit payment method options to pass to invoices created by the subscription.
      • setBancontact

        public void setBancontact​(Subscription.PaymentMethodOptions.Bancontact bancontact)
        This sub-hash contains details about the Bancontact payment method options to pass to invoices created by the subscription.
      • setCard

        public void setCard​(Subscription.PaymentMethodOptions.Card card)
        This sub-hash contains details about the Card payment method options to pass to invoices created by the subscription.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object