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 classstatic classstatic classstatic classstatic classstatic class -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetType()inthashCode()voidsetAmexExpressCheckout(PaymentMethod.Card.Wallet.AmexExpressCheckout amexExpressCheckout) voidvoidsetDynamicLast4(String dynamicLast4) voidsetGooglePay(PaymentMethod.Card.Wallet.GooglePay googlePay) voidsetMasterpass(PaymentMethod.Card.Wallet.Masterpass masterpass) voidsetSamsungPay(PaymentMethod.Card.Wallet.SamsungPay samsungPay) voidvoidsetVisaCheckout(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()
-