Class Cadence.Payer

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

public static class Cadence.Payer extends StripeObject
For more details about Payer, please refer to the API Reference.
  • 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.
    • getCustomer

      public String getCustomer()
      The ID of the Customer object.
    • getType

      public String getType()
      A string identifying the type of the payer. Currently the only supported value is customer.

      Equal to customer.

    • setBillingProfile

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

      public void setCustomer(String customer)
      The ID of the Customer object.
    • setType

      public void setType(String type)
      A string identifying the type of the payer. Currently the only supported value is customer.

      Equal to customer.

    • 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