Class Invoice.PaymentMethodOptions

    • Constructor Detail

      • PaymentMethodOptions

        public PaymentMethodOptions()
    • Method Detail

      • getAcssDebit

        public Invoice.PaymentMethodOptions.AcssDebit getAcssDebit()
        If paying by acss_debit, this sub-hash contains details about the Canadian pre-authorized debit payment method options to pass to the invoice’s PaymentIntent.
      • getBancontact

        public Invoice.PaymentMethodOptions.Bancontact getBancontact()
        If paying by bancontact, this sub-hash contains details about the Bancontact payment method options to pass to the invoice’s PaymentIntent.
      • getCard

        public Invoice.PaymentMethodOptions.Card getCard()
        If paying by card, this sub-hash contains details about the Card payment method options to pass to the invoice’s PaymentIntent.
      • setAcssDebit

        public void setAcssDebit​(Invoice.PaymentMethodOptions.AcssDebit acssDebit)
        If paying by acss_debit, this sub-hash contains details about the Canadian pre-authorized debit payment method options to pass to the invoice’s PaymentIntent.
      • setBancontact

        public void setBancontact​(Invoice.PaymentMethodOptions.Bancontact bancontact)
        If paying by bancontact, this sub-hash contains details about the Bancontact payment method options to pass to the invoice’s PaymentIntent.
      • setCard

        public void setCard​(Invoice.PaymentMethodOptions.Card card)
        If paying by card, this sub-hash contains details about the Card payment method options to pass to the invoice’s PaymentIntent.
      • 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