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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getType()
int
hashCode()
void
setAmexExpressCheckout
(PaymentMethod.Card.Wallet.AmexExpressCheckout amexExpressCheckout) void
void
setDynamicLast4
(String dynamicLast4) void
setGooglePay
(PaymentMethod.Card.Wallet.GooglePay googlePay) 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
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Wallet
public Wallet()
-
-
Method Details
-
getAmexExpressCheckout
-
getApplePay
-
getDynamicLast4
-
getGooglePay
-
getMasterpass
-
getSamsungPay
-
getType
-
getVisaCheckout
-
setAmexExpressCheckout
public void setAmexExpressCheckout(PaymentMethod.Card.Wallet.AmexExpressCheckout amexExpressCheckout) -
setApplePay
-
setDynamicLast4
-
setGooglePay
-
setMasterpass
-
setSamsungPay
-
setType
-
setVisaCheckout
-
equals
-
canEqual
-
hashCode
public int hashCode()
-