Package com.stripe.model
Class ConfirmationToken.PaymentMethodPreview.CardPresent.Offline
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.ConfirmationToken.PaymentMethodPreview.CardPresent.Offline
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- ConfirmationToken.PaymentMethodPreview.CardPresent
For more details about Offline, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanTime at which the payment was collected while offline.getType()The method used to process this payment method offline.inthashCode()voidsetStoredAt(Long storedAt) Time at which the payment was collected while offline.voidThe method used to process this payment method offline.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, 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()
-