Sha256: 9bcacccd7b29ab9f4eb9e4b59be72173ef73df5aeca8dab95e72c0a909fa035b

Contents?: true

Size: 474 Bytes

Versions: 6

Compression:

Stored size: 474 Bytes

Contents

module Braintree
  module PaymentInstrumentType
    ApplePayCard = "apple_pay_card"
    CreditCard = "credit_card"
    GooglePayCard = "android_pay_card"
    LocalPayment = "local_payment"
    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

6 entries across 6 versions & 1 rubygems

Version Path
braintree-4.15.0 lib/braintree/payment_instrument_type.rb
braintree-4.14.0 lib/braintree/payment_instrument_type.rb
braintree-4.13.0 lib/braintree/payment_instrument_type.rb
braintree-4.12.0 lib/braintree/payment_instrument_type.rb
braintree-4.11.0 lib/braintree/payment_instrument_type.rb
braintree-4.10.0 lib/braintree/payment_instrument_type.rb