Class OutboundPayment.To
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.OutboundPayment.To
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- OutboundPayment
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 OutboundPayment uses to send payout.To which account the OutboundPayment is sent.int
hashCode()
void
setCredited
(Amount credited) The monetary amount being credited to the destination.void
setPayoutMethod
(String payoutMethod) The payout method which the OutboundPayment uses to send payout.void
setRecipient
(String recipient) To which account the OutboundPayment is sent.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 OutboundPayment uses to send payout. -
getRecipient
To which account the OutboundPayment is sent. -
setCredited
The monetary amount being credited to the destination. -
setPayoutMethod
The payout method which the OutboundPayment uses to send payout. -
setRecipient
To which account the OutboundPayment is sent. -
equals
-
canEqual
-
hashCode
public int hashCode()
-