Sha256: d9c7f554567c2ed33334182959bf293897b8418258d374dae8dee0c962159588

Contents?: true

Size: 551 Bytes

Versions: 6

Compression:

Stored size: 551 Bytes

Contents

module Braintree
  module PaymentInstrumentType
    PayPalAccount = 'paypal_account'
    EuropeBankAccount = 'europe_bank_account'
    CreditCard = 'credit_card'
    CoinbaseAccount = 'coinbase_account'
    ApplePayCard = 'apple_pay_card'
    AndroidPayCard = 'android_pay_card'
    VenmoAccount = 'venmo_account'
    UsBankAccount = 'us_bank_account'
    VisaCheckoutCard = 'visa_checkout_card'
    MasterpassCard = 'masterpass_card'
    SamsungPayCard = 'samsung_pay_card'
    LocalPayment = 'local_payment'
    PayPalHere = 'paypal_here'
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
braintree-2.103.0 lib/braintree/payment_instrument_type.rb
braintree-2.102.0 lib/braintree/payment_instrument_type.rb
braintree-2.101.0 lib/braintree/payment_instrument_type.rb
braintree-2.100.0 lib/braintree/payment_instrument_type.rb
braintree-2.99.0 lib/braintree/payment_instrument_type.rb
braintree-2.98.0 lib/braintree/payment_instrument_type.rb