Sha256: 90efcb3e1ac058925a65b8764c2f47faab3742260a23f86a7fb9dc02b6bf43b2
Contents?: true
Size: 564 Bytes
Versions: 7
Compression:
Stored size: 564 Bytes
Contents
module Braintree module PaymentInstrumentType ApplePayCard = "apple_pay_card" CreditCard = "credit_card" GooglePayCard = "android_pay_card" LocalPayment = "local_payment" MetaCheckoutCard = "meta_checkout_card" MetaCheckoutToken = "meta_checkout_token" PayPalAccount = "paypal_account" PayPalHere = "paypal_here" SamsungPayCard = "samsung_pay_card" SepaDirectDebitAccount = "sepa_debit_account" UsBankAccount = "us_bank_account" VenmoAccount = "venmo_account" VisaCheckoutCard = "visa_checkout_card" end end
Version data entries
7 entries across 7 versions & 1 rubygems