Class: Stripe::Subscription::PaymentSettings::PaymentMethodOptions

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

Defined Under Namespace

Classes: AcssDebit, Bancontact, Card, CustomerBalance, IdBankTransfer, Konbini, SepaDebit, 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.



99
100
101
# File 'lib/stripe/resources/subscription.rb', line 99

def acss_debit
  @acss_debit
end

#bancontactObject (readonly)

Returns the value of attribute bancontact.



99
100
101
# File 'lib/stripe/resources/subscription.rb', line 99

def bancontact
  @bancontact
end

#cardObject (readonly)

Returns the value of attribute card.



99
100
101
# File 'lib/stripe/resources/subscription.rb', line 99

def card
  @card
end

#customer_balanceObject (readonly)

Returns the value of attribute customer_balance.



99
100
101
# File 'lib/stripe/resources/subscription.rb', line 99

def customer_balance
  @customer_balance
end

#id_bank_transferObject (readonly)

Returns the value of attribute id_bank_transfer.



99
100
101
# File 'lib/stripe/resources/subscription.rb', line 99

def id_bank_transfer
  @id_bank_transfer
end

#konbiniObject (readonly)

Returns the value of attribute konbini.



99
100
101
# File 'lib/stripe/resources/subscription.rb', line 99

def konbini
  @konbini
end

#sepa_debitObject (readonly)

Returns the value of attribute sepa_debit.



99
100
101
# File 'lib/stripe/resources/subscription.rb', line 99

def sepa_debit
  @sepa_debit
end

#us_bank_accountObject (readonly)

Returns the value of attribute us_bank_account.



99
100
101
# File 'lib/stripe/resources/subscription.rb', line 99

def 
  @us_bank_account
end