Package com.stripe.model
Class PaymentAttemptRecord.ProcessorDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentAttemptRecord.ProcessorDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentAttemptRecord
Processor information associated with this payment.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Custom processors represent payment processors not modeled directly in the Stripe API. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Custom processors represent payment processors not modeled directly in the Stripe API.getType()
The processor used for this payment attempt.int
hashCode()
void
Custom processors represent payment processors not modeled directly in the Stripe API.void
The processor used for this payment attempt.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ProcessorDetails
public ProcessorDetails()
-
-
Method Details
-
getCustom
Custom processors represent payment processors not modeled directly in the Stripe API. This resource consists of details about the custom processor used for this payment attempt. -
getType
The processor used for this payment attempt.Equal to
custom
. -
setCustom
Custom processors represent payment processors not modeled directly in the Stripe API. This resource consists of details about the custom processor used for this payment attempt. -
setType
The processor used for this payment attempt.Equal to
custom
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-