public static class PaymentMethod.Card.Wallet extends StripeObject
Modifier and Type | Class and Description |
---|---|
static class |
PaymentMethod.Card.Wallet.AmexExpressCheckout |
static class |
PaymentMethod.Card.Wallet.ApplePay |
static class |
PaymentMethod.Card.Wallet.GooglePay |
static class |
PaymentMethod.Card.Wallet.Masterpass |
static class |
PaymentMethod.Card.Wallet.SamsungPay |
static class |
PaymentMethod.Card.Wallet.VisaCheckout |
PRETTY_PRINT_GSON
Constructor and Description |
---|
Wallet() |
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public PaymentMethod.Card.Wallet.AmexExpressCheckout getAmexExpressCheckout()
public PaymentMethod.Card.Wallet.ApplePay getApplePay()
public java.lang.String getDynamicLast4()
public PaymentMethod.Card.Wallet.GooglePay getGooglePay()
public PaymentMethod.Card.Wallet.Masterpass getMasterpass()
public PaymentMethod.Card.Wallet.SamsungPay getSamsungPay()
public java.lang.String getType()
public PaymentMethod.Card.Wallet.VisaCheckout getVisaCheckout()
public void setAmexExpressCheckout(PaymentMethod.Card.Wallet.AmexExpressCheckout amexExpressCheckout)
public void setApplePay(PaymentMethod.Card.Wallet.ApplePay applePay)
public void setDynamicLast4(java.lang.String dynamicLast4)
public void setGooglePay(PaymentMethod.Card.Wallet.GooglePay googlePay)
public void setMasterpass(PaymentMethod.Card.Wallet.Masterpass masterpass)
public void setSamsungPay(PaymentMethod.Card.Wallet.SamsungPay samsungPay)
public void setType(java.lang.String type)
public void setVisaCheckout(PaymentMethod.Card.Wallet.VisaCheckout visaCheckout)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object