Class Intent.CadenceData.Payer.BillingProfileData

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.billing.Intent.CadenceData.Payer.BillingProfileData
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Intent.CadenceData.Payer

public static class Intent.CadenceData.Payer.BillingProfileData extends StripeObject
Data for creating a new profile.
  • Constructor Details

    • BillingProfileData

      public BillingProfileData()
  • Method Details

    • getCustomer

      public String getCustomer()
    • getDefaultPaymentMethod

      public String getDefaultPaymentMethod()
    • setCustomer

      public void setCustomer(String customer)
    • setDefaultPaymentMethod

      public void setDefaultPaymentMethod(String defaultPaymentMethod)
    • 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