Package com.braintreegateway
Interface PaymentMethod
-
- All Known Implementing Classes:
AmexExpressCheckoutCard
,AndroidPayCard
,ApplePayCard
,CreditCard
,CustomActionsPaymentMethod
,MasterpassCard
,MetaCheckoutCard
,MetaCheckoutToken
,PayPalAccount
,SamsungPayCard
,SepaDirectDebitAccount
,UnknownPaymentMethod
,UsBankAccount
,VenmoAccount
,VisaCheckoutCard
public interface PaymentMethod
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCustomerId()
String
getImageUrl()
List<Subscription>
getSubscriptions()
String
getToken()
boolean
isDefault()
-
-
-
Method Detail
-
getToken
String getToken()
-
isDefault
boolean isDefault()
-
getImageUrl
String getImageUrl()
-
getCustomerId
String getCustomerId()
-
getSubscriptions
List<Subscription> getSubscriptions()
-
-