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
For more details about Payer, please refer to the API
Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The 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.int
hashCode()
void
setBillingProfile
(String billingProfile) The ID of the Billing Profile object which determines how a bill will be paid.void
setCustomer
(String customer) The ID of the Customer object.void
A 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()
-