Package com.stripe.model
Class Charge.PaymentMethodDetails.CardPresent.Offline
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PaymentMethodDetails.CardPresent.Offline
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Charge.PaymentMethodDetails.CardPresent
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Time at which the payment was collected while offline.getType()
The method used to process this payment method offline.int
hashCode()
void
setStoredAt
(Long storedAt) Time at which the payment was collected while offline.void
The method used to process this payment method offline.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Offline
public Offline()
-
-
Method Details
-
getStoredAt
Time at which the payment was collected while offline. -
getType
The method used to process this payment method offline. Only deferred is allowed.Equal to
deferred
. -
setStoredAt
Time at which the payment was collected while offline. -
setType
The method used to process this payment method offline. Only deferred is allowed.Equal to
deferred
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-