Class: Stripe::Mandate::PaymentMethodDetails

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

Defined Under Namespace

Classes: AcssDebit, AmazonPay, AuBecsDebit, BacsDebit, Card, Cashapp, KakaoPay, KrCard, Link, Paypal, Payto, RevolutPay, SepaDebit, UsBankAccount

Constant Summary

Constants inherited from StripeObject

StripeObject::RESERVED_FIELD_NAMES

Instance Attribute Summary collapse

Attributes inherited from StripeObject

#last_response

Method Summary

Methods inherited from 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.



61
62
63
# File 'lib/stripe/resources/mandate.rb', line 61

def acss_debit
  @acss_debit
end

#amazon_payObject (readonly)

Returns the value of attribute amazon_pay.



61
62
63
# File 'lib/stripe/resources/mandate.rb', line 61

def amazon_pay
  @amazon_pay
end

#au_becs_debitObject (readonly)

Returns the value of attribute au_becs_debit.



61
62
63
# File 'lib/stripe/resources/mandate.rb', line 61

def au_becs_debit
  @au_becs_debit
end

#bacs_debitObject (readonly)

Returns the value of attribute bacs_debit.



61
62
63
# File 'lib/stripe/resources/mandate.rb', line 61

def bacs_debit
  @bacs_debit
end

#cardObject (readonly)

Returns the value of attribute card.



61
62
63
# File 'lib/stripe/resources/mandate.rb', line 61

def card
  @card
end

#cashappObject (readonly)

Returns the value of attribute cashapp.



61
62
63
# File 'lib/stripe/resources/mandate.rb', line 61

def cashapp
  @cashapp
end

#kakao_payObject (readonly)

Returns the value of attribute kakao_pay.



61
62
63
# File 'lib/stripe/resources/mandate.rb', line 61

def kakao_pay
  @kakao_pay
end

#kr_cardObject (readonly)

Returns the value of attribute kr_card.



61
62
63
# File 'lib/stripe/resources/mandate.rb', line 61

def kr_card
  @kr_card
end

Returns the value of attribute link.



61
62
63
# File 'lib/stripe/resources/mandate.rb', line 61

def link
  @link
end

#paypalObject (readonly)

Returns the value of attribute paypal.



61
62
63
# File 'lib/stripe/resources/mandate.rb', line 61

def paypal
  @paypal
end

#paytoObject (readonly)

Returns the value of attribute payto.



61
62
63
# File 'lib/stripe/resources/mandate.rb', line 61

def payto
  @payto
end

#revolut_payObject (readonly)

Returns the value of attribute revolut_pay.



61
62
63
# File 'lib/stripe/resources/mandate.rb', line 61

def revolut_pay
  @revolut_pay
end

#sepa_debitObject (readonly)

Returns the value of attribute sepa_debit.



61
62
63
# File 'lib/stripe/resources/mandate.rb', line 61

def sepa_debit
  @sepa_debit
end

#typeObject (readonly)

Returns the value of attribute type.



61
62
63
# File 'lib/stripe/resources/mandate.rb', line 61

def type
  @type
end

#us_bank_accountObject (readonly)

Returns the value of attribute us_bank_account.



61
62
63
# File 'lib/stripe/resources/mandate.rb', line 61

def 
  @us_bank_account
end