Package com.stripe.param
Class PaymentRecordReportPaymentAttemptParams.PaymentMethodDetails.Custom
java.lang.Object
com.stripe.param.PaymentRecordReportPaymentAttemptParams.PaymentMethodDetails.Custom
- Enclosing class:
- PaymentRecordReportPaymentAttemptParams.PaymentMethodDetails
public static class PaymentRecordReportPaymentAttemptParams.PaymentMethodDetails.Custom
extends Object
State, county, province, or region.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Display name for the custom (user-defined) payment method type used to make this payment.Map of extra parameters for custom features not available in this client library.getType()
The custom payment method type associated with this payment.int
hashCode()
-
Method Details
-
builder
-
getDisplayName
Display name for the custom (user-defined) payment method type used to make this payment. -
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. -
getType
The custom payment method type associated with this payment. -
equals
-
canEqual
-
hashCode
public int hashCode()
-