Sha256: 64efb84b5e70a889e8ad0a4d848b7f4d6f9638c91307f1afa94a973931d3ed95

Contents?: true

Size: 611 Bytes

Versions: 3

Compression:

Stored size: 611 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"
    # NEXT_MAJOR_VERSION remove SamsungPayCard
    SamsungPayCard = "samsung_pay_card"
    SepaDirectDebitAccount = "sepa_debit_account"
    UsBankAccount = "us_bank_account"
    VenmoAccount = "venmo_account"
    VisaCheckoutCard = "visa_checkout_card"
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
braintree-4.25.0 lib/braintree/payment_instrument_type.rb
braintree-4.24.0 lib/braintree/payment_instrument_type.rb
braintree-4.23.0 lib/braintree/payment_instrument_type.rb