Sha256: 5129b51f0fc43920f6afd9875f9f373e43b2c60b7f94933973bf033d6f97889d

Contents?: true

Size: 362 Bytes

Versions: 3

Compression:

Stored size: 362 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'
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
braintree-2.69.1 lib/braintree/payment_instrument_type.rb
braintree-2.69.0 lib/braintree/payment_instrument_type.rb
braintree-2.68.2 lib/braintree/payment_instrument_type.rb