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
For more details about Offline, please refer to the API Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
Offlinepublic Offline()
 
- 
- 
Method Details- 
getStoredAtTime at which the payment was collected while offline.
- 
getTypeThe method used to process this payment method offline. Only deferred is allowed.Equal to deferred.
- 
setStoredAtTime at which the payment was collected while offline.
- 
setTypeThe method used to process this payment method offline. Only deferred is allowed.Equal to deferred.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-