public class PayoutCreateParams extends ApiRequestParams
| Modifier and Type | Class and Description |
|---|---|
static class |
PayoutCreateParams.Builder |
static class |
PayoutCreateParams.Method |
static class |
PayoutCreateParams.SourceType |
ApiRequestParams.EnumParamEXTRA_PARAMS_KEY| Modifier and Type | Method and Description |
|---|---|
static PayoutCreateParams.Builder |
builder() |
java.lang.Long |
getAmount()
A positive integer in cents representing how much to payout.
|
java.lang.String |
getCurrency()
Three-letter ISO currency code,
in lowercase.
|
java.lang.String |
getDescription()
An arbitrary string attached to the object.
|
java.lang.String |
getDestination()
The ID of a bank account or a card to send the payout to.
|
java.util.List<java.lang.String> |
getExpand()
Specifies which fields in the response should be expanded.
|
java.util.Map<java.lang.String,java.lang.Object> |
getExtraParams()
Map of extra parameters for custom features not available in this client library.
|
java.util.Map<java.lang.String,java.lang.String> |
getMetadata()
Set of key-value pairs that you can attach
to an object.
|
PayoutCreateParams.Method |
getMethod()
The method used to send this payout, which can be
standard or instant. |
PayoutCreateParams.SourceType |
getSourceType()
The balance type of your Stripe balance to draw this payout from.
|
java.lang.String |
getStatementDescriptor()
A string to be displayed on the recipient's bank or card statement.
|
toMappublic static PayoutCreateParams.Builder builder()
public java.lang.Long getAmount()
public java.lang.String getCurrency()
public java.lang.String getDescription()
public java.lang.String getDestination()
public java.util.List<java.lang.String> getExpand()
public java.util.Map<java.lang.String,java.lang.Object> getExtraParams()
@SerializedName value. 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.public java.util.Map<java.lang.String,java.lang.String> getMetadata()
metadata.public PayoutCreateParams.Method getMethod()
standard or instant. instant is only supported for payouts to debit cards. (See Instant payouts for
marketplaces for more information.)public PayoutCreateParams.SourceType getSourceType()
bank_account, card, or fpx.public java.lang.String getStatementDescriptor()
statement_descriptor longer than 22 characters will
return an error. Note: Most banks will truncate this information and/or display it
inconsistently. Some may not display it at all.