Class: Stripe::SetupAttempt::PaymentMethodDetails

Inherits:
Stripe::StripeObject show all
Defined in:
lib/stripe/resources/setup_attempt.rb

Defined Under Namespace

Classes: AcssDebit, AmazonPay, AuBecsDebit, BacsDebit, Bancontact, Boleto, Card, CardPresent, Cashapp, IdBankTransfer, Ideal, KakaoPay, Klarna, KrCard, Link, Paypal, Payto, RevolutPay, SepaDebit, Sofort, UsBankAccount

Constant Summary

Constants inherited from Stripe::StripeObject

Stripe::StripeObject::RESERVED_FIELD_NAMES

Instance Attribute Summary collapse

Attributes inherited from Stripe::StripeObject

#last_response

Method Summary

Methods inherited from Stripe::StripeObject

#==, #[], #[]=, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values

Constructor Details

This class inherits a constructor from Stripe::StripeObject

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject

Instance Attribute Details

#acss_debitObject (readonly)

Returns the value of attribute acss_debit.



77
78
79
# File 'lib/stripe/resources/setup_attempt.rb', line 77

def acss_debit
  @acss_debit
end

#amazon_payObject (readonly)

Returns the value of attribute amazon_pay.



77
78
79
# File 'lib/stripe/resources/setup_attempt.rb', line 77

def amazon_pay
  @amazon_pay
end

#au_becs_debitObject (readonly)

Returns the value of attribute au_becs_debit.



77
78
79
# File 'lib/stripe/resources/setup_attempt.rb', line 77

def au_becs_debit
  @au_becs_debit
end

#bacs_debitObject (readonly)

Returns the value of attribute bacs_debit.



77
78
79
# File 'lib/stripe/resources/setup_attempt.rb', line 77

def bacs_debit
  @bacs_debit
end

#bancontactObject (readonly)

Returns the value of attribute bancontact.



77
78
79
# File 'lib/stripe/resources/setup_attempt.rb', line 77

def bancontact
  @bancontact
end

#boletoObject (readonly)

Returns the value of attribute boleto.



77
78
79
# File 'lib/stripe/resources/setup_attempt.rb', line 77

def boleto
  @boleto
end

#cardObject (readonly)

Returns the value of attribute card.



77
78
79
# File 'lib/stripe/resources/setup_attempt.rb', line 77

def card
  @card
end

#card_presentObject (readonly)

Returns the value of attribute card_present.



77
78
79
# File 'lib/stripe/resources/setup_attempt.rb', line 77

def card_present
  @card_present
end

#cashappObject (readonly)

Returns the value of attribute cashapp.



77
78
79
# File 'lib/stripe/resources/setup_attempt.rb', line 77

def cashapp
  @cashapp
end

#id_bank_transferObject (readonly)

Returns the value of attribute id_bank_transfer.



77
78
79
# File 'lib/stripe/resources/setup_attempt.rb', line 77

def id_bank_transfer
  @id_bank_transfer
end

#idealObject (readonly)

Returns the value of attribute ideal.



77
78
79
# File 'lib/stripe/resources/setup_attempt.rb', line 77

def ideal
  @ideal
end

#kakao_payObject (readonly)

Returns the value of attribute kakao_pay.



77
78
79
# File 'lib/stripe/resources/setup_attempt.rb', line 77

def kakao_pay
  @kakao_pay
end

#klarnaObject (readonly)

Returns the value of attribute klarna.



77
78
79
# File 'lib/stripe/resources/setup_attempt.rb', line 77

def klarna
  @klarna
end

#kr_cardObject (readonly)

Returns the value of attribute kr_card.



77
78
79
# File 'lib/stripe/resources/setup_attempt.rb', line 77

def kr_card
  @kr_card
end

Returns the value of attribute link.



77
78
79
# File 'lib/stripe/resources/setup_attempt.rb', line 77

def link
  @link
end

#paypalObject (readonly)

Returns the value of attribute paypal.



77
78
79
# File 'lib/stripe/resources/setup_attempt.rb', line 77

def paypal
  @paypal
end

#paytoObject (readonly)

Returns the value of attribute payto.



77
78
79
# File 'lib/stripe/resources/setup_attempt.rb', line 77

def payto
  @payto
end

#revolut_payObject (readonly)

Returns the value of attribute revolut_pay.



77
78
79
# File 'lib/stripe/resources/setup_attempt.rb', line 77

def revolut_pay
  @revolut_pay
end

#sepa_debitObject (readonly)

Returns the value of attribute sepa_debit.



77
78
79
# File 'lib/stripe/resources/setup_attempt.rb', line 77

def sepa_debit
  @sepa_debit
end

#sofortObject (readonly)

Returns the value of attribute sofort.



77
78
79
# File 'lib/stripe/resources/setup_attempt.rb', line 77

def sofort
  @sofort
end

#typeObject (readonly)

Returns the value of attribute type.



77
78
79
# File 'lib/stripe/resources/setup_attempt.rb', line 77

def type
  @type
end

#us_bank_accountObject (readonly)

Returns the value of attribute us_bank_account.



77
78
79
# File 'lib/stripe/resources/setup_attempt.rb', line 77

def 
  @us_bank_account
end