Package com.stripe.model.v2.billing
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
Information about the payer for this Cadence.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classData for creating a new profile. -
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.Data for creating a new profile.inthashCode()voidsetBillingProfile(String billingProfile) The ID of the Billing Profile object which determines how a bill will be paid.voidsetBillingProfileData(Intent.CadenceData.Payer.BillingProfileData billingProfileData) Data for creating a new profile.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. -
getBillingProfileData
Data for creating a new profile. -
setBillingProfile
The ID of the Billing Profile object which determines how a bill will be paid. -
setBillingProfileData
Data for creating a new profile. -
equals
-
canEqual
-
hashCode
public int hashCode()
-