Package com.stripe.model
Class PaymentMethod.Card.Wallet
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentMethod.Card.Wallet
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentMethod.Card
For more details about Wallet, please refer to the API
Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about AmexExpressCheckout, please refer to the API Reference.static class
For more details about ApplePay, please refer to the API Reference.static class
For more details about GooglePay, please refer to the API Reference.static class
For more details about Link, please refer to the API Reference.static class
For more details about Masterpass, please refer to the API Reference.static class
For more details about SamsungPay, please refer to the API Reference.static class
For more details about VisaCheckout, 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 boolean
boolean
getLink()
getType()
int
hashCode()
void
setAmexExpressCheckout
(PaymentMethod.Card.Wallet.AmexExpressCheckout amexExpressCheckout) void
void
setDynamicLast4
(String dynamicLast4) void
setGooglePay
(PaymentMethod.Card.Wallet.GooglePay googlePay) void
void
setMasterpass
(PaymentMethod.Card.Wallet.Masterpass masterpass) void
setSamsungPay
(PaymentMethod.Card.Wallet.SamsungPay samsungPay) void
void
setVisaCheckout
(PaymentMethod.Card.Wallet.VisaCheckout visaCheckout) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Wallet
public Wallet()
-
-
Method Details
-
getAmexExpressCheckout
-
getApplePay
-
getDynamicLast4
-
getGooglePay
-
getLink
-
getMasterpass
-
getSamsungPay
-
getType
-
getVisaCheckout
-
setAmexExpressCheckout
public void setAmexExpressCheckout(PaymentMethod.Card.Wallet.AmexExpressCheckout amexExpressCheckout) -
setApplePay
-
setDynamicLast4
-
setGooglePay
-
setLink
-
setMasterpass
-
setSamsungPay
-
setType
-
setVisaCheckout
-
equals
-
canEqual
-
hashCode
public int hashCode()
-