Class Intent.CadenceData.Payer

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

public static class Intent.CadenceData.Payer extends StripeObject
Information about the payer for this Cadence.
  • Constructor Details

    • Payer

      public Payer()
  • Method Details

    • getBillingProfile

      public String getBillingProfile()
      The ID of the Billing Profile object which determines how a bill will be paid.
    • getBillingProfileData

      public Intent.CadenceData.Payer.BillingProfileData getBillingProfileData()
      Data for creating a new profile.
    • setBillingProfile

      public void setBillingProfile(String billingProfile)
      The ID of the Billing Profile object which determines how a bill will be paid.
    • setBillingProfileData

      public void setBillingProfileData(Intent.CadenceData.Payer.BillingProfileData billingProfileData)
      Data for creating a new profile.
    • 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