Package com.stripe.param.issuing
Class TransactionCreateUnlinkedRefundParams
java.lang.Object
com.stripe.net.ApiRequestParams
com.stripe.param.issuing.TransactionCreateUnlinkedRefundParams
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
Nested classes/interfaces inherited from class com.stripe.net.ApiRequestParams
ApiRequestParams.EnumParam
-
Field Summary
Fields inherited from class com.stripe.net.ApiRequestParams
EXTRA_PARAMS_KEY
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Required. The total amount to attempt to refund.getCard()
Required. Card associated with this unlinked refund transaction.The currency of the unlinked refund.Specifies which fields in the response should be expanded.Map of extra parameters for custom features not available in this client library.Details about the seller (grocery store, e-commerce website, etc.) where the card authorization happened.Additional purchase information that is optionally provided by the merchant.Methods inherited from class com.stripe.net.ApiRequestParams
paramsToMap, toMap
-
Method Details
-
builder
-
getAmount
Required. The total amount to attempt to refund. This amount is in the provided currency, or defaults to the cards currency, and in the smallest currency unit. -
getCard
Required. Card associated with this unlinked refund transaction. -
getCurrency
The currency of the unlinked refund. If not provided, defaults to the currency of the card. Three-letter ISO currency code, in lowercase. Must be a supported currency. -
getExpand
Specifies which fields in the response should be expanded. -
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@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. -
getMerchantData
Details about the seller (grocery store, e-commerce website, etc.) where the card authorization happened. -
getPurchaseDetails
Additional purchase information that is optionally provided by the merchant.
-