Package com.stripe.model
Class PaymentLink.TransferData
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentLink.TransferData
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentLink
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The amount in cents (or local equivalent) that will be transferred to the destination account.Get ID of expandabledestination
object.Get expandeddestination
.int
hashCode()
void
The amount in cents (or local equivalent) that will be transferred to the destination account.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
The amount in cents (or local equivalent) that will be transferred to the destination account. By default, the entire amount is transferred to the destination. -
setAmount
The amount in cents (or local equivalent) that will be transferred to the destination account. By default, the entire amount is transferred to the destination. -
equals
-
canEqual
-
hashCode
public int hashCode()
-