Package com.stripe.model
Class PaymentRecord.PaymentMethodDetails.Custom
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentRecord.PaymentMethodDetails.Custom
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentRecord.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 boolean
boolean
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.int
hashCode()
void
setDisplayName
(String displayName) Display name for the custom (user-defined) payment method type used to make this payment.void
The 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()
-