Class PaymentMethodUpdateParams.Custom

java.lang.Object
com.stripe.param.PaymentMethodUpdateParams.Custom
Enclosing class:
PaymentMethodUpdateParams

public static class PaymentMethodUpdateParams.Custom extends Object
The customer's preferred card network for co-branded cards. Supports cartes_bancaires, mastercard, or visa. Selection of a network that does not apply to the card will be stored as invalid_preference on the card.
  • Method Details

    • builder

    • getExtraParams

      public Map<String,Object> getExtraParams()
      Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's @SerializedName value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance.
    • getPaymentMethodReference

      public Object getPaymentMethodReference()
      A reference to an external payment method, such as a PayPal Billing Agreement ID.
    • getUsage

      Indicates whether the payment method supports off-session payments.
    • 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