Class OutboundTransfer.To
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.OutboundTransfer.To
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- OutboundTransfer
For more details about To, please refer to the API
Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The monetary amount being credited to the destination.The payout method which the OutboundTransfer uses to send payout.int
hashCode()
void
setCredited
(Amount credited) The monetary amount being credited to the destination.void
setPayoutMethod
(String payoutMethod) The payout method which the OutboundTransfer uses to send payout.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
To
public To()
-
-
Method Details
-
getCredited
The monetary amount being credited to the destination. -
getPayoutMethod
The payout method which the OutboundTransfer uses to send payout. -
setCredited
The monetary amount being credited to the destination. -
setPayoutMethod
The payout method which the OutboundTransfer uses to send payout. -
equals
-
canEqual
-
hashCode
public int hashCode()
-