Package com.stripe.model
Class PaymentIntent.TransferData
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.TransferData
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentIntent
If customer approval is required, they need to provide approval before this time.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Get ID of expandabledestination
object.Get expandeddestination
.int
hashCode()
void
void
setDestination
(String id) void
setDestinationObject
(Account expandableObject) Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
TransferData
public TransferData()
-
-
Method Details