Class Subscription.PaymentSettings

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Subscription.PaymentSettings
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Subscription

public static class Subscription.PaymentSettings extends StripeObject
  • Constructor Details

    • PaymentSettings

      public PaymentSettings()
  • Method Details

    • getPaymentMethodOptions

      public Subscription.PaymentSettings.PaymentMethodOptions getPaymentMethodOptions()
      Payment-method-specific configuration to provide to invoices created by the subscription.
    • getPaymentMethodTypes

      public List<String> getPaymentMethodTypes()
      The list of payment method types to provide to every invoice created by the subscription. If not set, Stripe attempts to automatically determine the types to use by looking at the invoice’s default payment method, the subscription’s default payment method, the customer’s default payment method, and your invoice template settings.
    • getSaveDefaultPaymentMethod

      public String getSaveDefaultPaymentMethod()
      Either off, or on_subscription. With on_subscription Stripe updates subscription.default_payment_method when a subscription payment succeeds.

      One of off, or on_subscription.

    • setPaymentMethodOptions

      public void setPaymentMethodOptions(Subscription.PaymentSettings.PaymentMethodOptions paymentMethodOptions)
      Payment-method-specific configuration to provide to invoices created by the subscription.
    • setPaymentMethodTypes

      public void setPaymentMethodTypes(List<String> paymentMethodTypes)
      The list of payment method types to provide to every invoice created by the subscription. If not set, Stripe attempts to automatically determine the types to use by looking at the invoice’s default payment method, the subscription’s default payment method, the customer’s default payment method, and your invoice template settings.
    • setSaveDefaultPaymentMethod

      public void setSaveDefaultPaymentMethod(String saveDefaultPaymentMethod)
      Either off, or on_subscription. With on_subscription Stripe updates subscription.default_payment_method when a subscription payment succeeds.

      One of off, or on_subscription.

    • 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