Sha256: f506eddb0f5a2a94eae78e2379b25f8dc1ee381798e82ecef331a478df5277a2

Contents?: true

Size: 424 Bytes

Versions: 4

Compression:

Stored size: 424 Bytes

Contents

module Braintree
  module PaymentInstrumentType
    PayPalAccount = 'paypal_account'
    CreditCard = 'credit_card'
    ApplePayCard = 'apple_pay_card'
    GooglePayCard = 'android_pay_card'
    VenmoAccount = 'venmo_account'
    UsBankAccount = 'us_bank_account'
    VisaCheckoutCard = 'visa_checkout_card'
    SamsungPayCard = 'samsung_pay_card'
    LocalPayment = 'local_payment'
    PayPalHere = 'paypal_here'
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
braintree-3.3.0 lib/braintree/payment_instrument_type.rb
braintree-3.2.0 lib/braintree/payment_instrument_type.rb
braintree-3.1.0 lib/braintree/payment_instrument_type.rb
braintree-3.0.1 lib/braintree/payment_instrument_type.rb