Repository URL to install this package:
|
Version:
3.58.0 ▾
|
braintree
/
payment_instrument_type.py
|
|---|
class PaymentInstrumentType():
PayPalAccount = "paypal_account"
PayPalHere = "paypal_here"
EuropeBankAccount = "europe_bank_account"
CreditCard = "credit_card"
CoinbaseAccount = "coinbase_account"
ApplePayCard = "apple_pay_card"
AndroidPayCard = "android_pay_card"
AmexExpressCheckoutCard = "amex_express_checkout_card"
VenmoAccount = "venmo_account"
UsBankAccount = "us_bank_account"
VisaCheckoutCard = "visa_checkout_card"
MasterpassCard = "masterpass_card"
SamsungPayCard = "samsung_pay_card"
LocalPayment = "local_payment"