Class OutboundTransfer.To
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.OutboundTransfer.To
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- OutboundTransfer
To which payout method the OutboundTransfer was sent.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe monetary amount being credited to the destination. -
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 OutboundTransfer uses to send payout.inthashCode()voidsetCredited(OutboundTransfer.To.Credited credited) The monetary amount being credited to the destination.voidsetPayoutMethod(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()
-