Class Invoice.PaymentMethodOptions.CustomerBalance

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Invoice.PaymentMethodOptions.CustomerBalance
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Invoice.PaymentMethodOptions

public static class Invoice.PaymentMethodOptions.CustomerBalance extends StripeObject
Whether Installments are enabled for this Invoice.
  • Constructor Details

    • CustomerBalance

      public CustomerBalance()
  • Method Details

    • getBankTransfer

    • getFundingType

      public String getFundingType()
      The funding method type to be used when there are not enough funds in the customer balance. Permitted values include: bank_transfer.

      Equal to bank_transfer.

    • setBankTransfer

      public void setBankTransfer(Invoice.PaymentMethodOptions.CustomerBalance.BankTransfer bankTransfer)
    • setFundingType

      public void setFundingType(String fundingType)
      The funding method type to be used when there are not enough funds in the customer balance. Permitted values include: bank_transfer.

      Equal to bank_transfer.

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object