Package com.stripe.model
Class PaymentAttemptRecord.PaymentMethodDetails.Custom
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentAttemptRecord.PaymentMethodDetails.Custom
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentAttemptRecord.PaymentMethodDetails
Custom Payment Methods represent Payment Method types not modeled directly in the Stripe API.
This resource consists of details about the custom payment method used for this payment
attempt.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanDisplay name for the custom (user-defined) payment method type used to make this payment.getType()The custom payment method type associated with this payment.inthashCode()voidsetDisplayName(String displayName) Display name for the custom (user-defined) payment method type used to make this payment.voidThe custom payment method type associated with this payment.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Custom
public Custom()
-
-
Method Details
-
getDisplayName
Display name for the custom (user-defined) payment method type used to make this payment. -
getType
The custom payment method type associated with this payment. -
setDisplayName
Display name for the custom (user-defined) payment method type used to make this payment. -
setType
The custom payment method type associated with this payment. -
equals
-
canEqual
-
hashCode
public int hashCode()
-