Package com.stripe.model
Class ConfirmationToken.PaymentMethodPreview.Card.Wallet
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.ConfirmationToken.PaymentMethodPreview.Card.Wallet
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- ConfirmationToken.PaymentMethodPreview.Card
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getLink()
getType()
int
hashCode()
void
setAmexExpressCheckout
(ConfirmationToken.PaymentMethodPreview.Card.Wallet.AmexExpressCheckout amexExpressCheckout) void
void
setDynamicLast4
(String dynamicLast4) void
void
void
void
void
void
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Wallet
public Wallet()
-
-
Method Details
-
getAmexExpressCheckout
public ConfirmationToken.PaymentMethodPreview.Card.Wallet.AmexExpressCheckout getAmexExpressCheckout() -
getApplePay
-
getDynamicLast4
-
getGooglePay
-
getLink
-
getMasterpass
-
getSamsungPay
-
getType
-
getVisaCheckout
-
setAmexExpressCheckout
public void setAmexExpressCheckout(ConfirmationToken.PaymentMethodPreview.Card.Wallet.AmexExpressCheckout amexExpressCheckout) -
setApplePay
-
setDynamicLast4
-
setGooglePay
-
setLink
-
setMasterpass
-
setSamsungPay
-
setType
-
setVisaCheckout
public void setVisaCheckout(ConfirmationToken.PaymentMethodPreview.Card.Wallet.VisaCheckout visaCheckout) -
equals
-
canEqual
-
hashCode
public int hashCode()
-