Package com.stripe.model
Class PaymentIntent.PaymentMethodOptions.Billie
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.PaymentMethodOptions.Billie
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- PaymentIntent.PaymentMethodOptions
For more details about Billie, please refer to the API
 Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanControls when the funds will be captured from the customer's account.inthashCode()voidsetCaptureMethod(String captureMethod) Controls when the funds will be captured from the customer's account.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
Billiepublic Billie()
 
- 
- 
Method Details- 
getCaptureMethodControls when the funds will be captured from the customer's account.Equal to manual.
- 
setCaptureMethodControls when the funds will be captured from the customer's account.Equal to manual.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-