public class PayoutCreateParams extends ApiRequestParams
Modifier and Type | Class and Description |
---|---|
static class |
PayoutCreateParams.Builder |
static class |
PayoutCreateParams.Method |
static class |
PayoutCreateParams.SourceType |
ApiRequestParams.EnumParam
EXTRA_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](https://www.iso.org/iso-4217-currency-codes.html), 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()
A set of key-value pairs that you can attach to a payout 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.
|
toMap
public 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()
public PayoutCreateParams.Method getMethod()
public PayoutCreateParams.SourceType getSourceType()
public java.lang.String getStatementDescriptor()