Class OutboundPaymentCreateParams.To
java.lang.Object
com.stripe.param.v2.moneymanagement.OutboundPaymentCreateParams.To
- Enclosing class:
- OutboundPaymentCreateParams
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanDescribes the currency to send to the recipient.Map of extra parameters for custom features not available in this client library.The payout method which the OutboundPayment uses to send payout.Required. To which account the OutboundPayment is sent.inthashCode()
-
Method Details
-
builder
-
getCurrency
Describes the currency to send to the recipient. If included, this currency must match a currency supported by the destination. Can be omitted in the following cases: - destination only supports one currency - destination supports multiple currencies and one of the currencies matches the FA currency - destination supports multiple currencies and one of the currencies matches the presentment currency Note - when both FA currency and presentment currency are supported, we pick the FA currency to minimize FX. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedNamevalue. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getPayoutMethod
The payout method which the OutboundPayment uses to send payout. -
getRecipient
Required. To which account the OutboundPayment is sent. -
equals
-
canEqual
-
hashCode
public int hashCode()
-