Package com.stripe.model.v2.billing
Class Cadence.Payer
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.billing.Cadence.Payer
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Cadence
The payer determines the entity financially responsible for the bill.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe ID of the Billing Profile object which determines how a bill will be paid.The ID of the Customer object.getType()A string identifying the type of the payer.inthashCode()voidsetBillingProfile(String billingProfile) The ID of the Billing Profile object which determines how a bill will be paid.voidsetCustomer(String customer) The ID of the Customer object.voidA string identifying the type of the payer.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Payer
public Payer()
-
-
Method Details
-
getBillingProfile
The ID of the Billing Profile object which determines how a bill will be paid. -
getCustomer
The ID of the Customer object. -
getType
A string identifying the type of the payer. Currently the only supported value iscustomer.Equal to
customer. -
setBillingProfile
The ID of the Billing Profile object which determines how a bill will be paid. -
setCustomer
The ID of the Customer object. -
setType
A string identifying the type of the payer. Currently the only supported value iscustomer.Equal to
customer. -
equals
-
canEqual
-
hashCode
public int hashCode()
-