Package com.stripe.param
Class PaymentRecordReportRefundParams
java.lang.Object
com.stripe.net.ApiRequestParams
com.stripe.param.PaymentRecordReportRefundParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic enumRequired. When the reported refund completed.static classRequired. A positive integer representing the amount in the currency's minor unit.static classNested 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()protected booleanbooleanA positive integer in the smallest currency unit representing how much of this payment to refund.Specifies which fields in the response should be expanded.Map of extra parameters for custom features not available in this client library.When the reported refund was initiated.Set of key-value pairs that you can attach to an object.Required. The outcome of the reported refund.Required. Processor information for this refund.Required. Information about the payment attempt refund.inthashCode()Methods inherited from class com.stripe.net.ApiRequestParams
paramsToMap, toMap
-
Method Details
-
builder
-
getAmount
A positive integer in the smallest currency unit representing how much of this payment to refund. Can refund only up to the remaining, unrefunded amount of the payment. -
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@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. -
getInitiatedAt
When the reported refund was initiated. Measured in seconds since the Unix epoch. -
getMetadata
Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value tometadata. -
getOutcome
Required. The outcome of the reported refund. -
getProcessorDetails
Required. Processor information for this refund. -
getRefunded
Required. Information about the payment attempt refund. -
equals
-
canEqual
-
hashCode
public int hashCode()
-