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
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Amount intended to be collected by this PaymentIntent.Get ID of expandabledestination
object.Get expandeddestination
.int
hashCode()
void
Amount intended to be collected by this PaymentIntent.void
setDestination
(String id) void
setDestinationObject
(Account expandableObject) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
TransferData
public TransferData()
-
-
Method Details
-
getDestination
Get ID of expandabledestination
object. -
setDestination
-
getDestinationObject
Get expandeddestination
. -
setDestinationObject
-
getAmount
Amount intended to be collected by this PaymentIntent. A positive integer representing how much to charge in the smallest currency unit (e.g., 100 cents to charge $1.00 or 100 to charge ¥100, a zero-decimal currency). The minimum amount is $0.50 US or equivalent in charge currency. The amount value supports up to eight digits (e.g., a value of 99999999 for a USD charge of $999,999.99). -
setAmount
Amount intended to be collected by this PaymentIntent. A positive integer representing how much to charge in the smallest currency unit (e.g., 100 cents to charge $1.00 or 100 to charge ¥100, a zero-decimal currency). The minimum amount is $0.50 US or equivalent in charge currency. The amount value supports up to eight digits (e.g., a value of 99999999 for a USD charge of $999,999.99). -
equals
-
canEqual
-
hashCode
public int hashCode()
-