Class OutboundPayment.To
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.OutboundPayment.To
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- OutboundPayment
To which payout method the OutboundPayment was sent.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe monetary amount being credited to the destination.The payout method which the OutboundPayment uses to send payout.To which account the OutboundPayment is sent.inthashCode()voidsetCredited(Amount credited) The monetary amount being credited to the destination.voidsetPayoutMethod(String payoutMethod) The payout method which the OutboundPayment uses to send payout.voidsetRecipient(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()
-