Class: Stripe::Invoice::PaymentSettings::PaymentMethodOptions
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Invoice::PaymentSettings::PaymentMethodOptions
- Defined in:
- lib/stripe/resources/invoice.rb
Defined Under Namespace
Classes: AcssDebit, Bancontact, Card, CustomerBalance, IdBankTransfer, Konbini, SepaDebit, UsBankAccount
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#acss_debit ⇒ Object
readonly
Returns the value of attribute acss_debit.
-
#bancontact ⇒ Object
readonly
Returns the value of attribute bancontact.
-
#card ⇒ Object
readonly
Returns the value of attribute card.
-
#customer_balance ⇒ Object
readonly
Returns the value of attribute customer_balance.
-
#id_bank_transfer ⇒ Object
readonly
Returns the value of attribute id_bank_transfer.
-
#konbini ⇒ Object
readonly
Returns the value of attribute konbini.
-
#sepa_debit ⇒ Object
readonly
Returns the value of attribute sepa_debit.
-
#us_bank_account ⇒ Object
readonly
Returns the value of attribute us_bank_account.
Attributes inherited from StripeObject
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_debit ⇒ Object (readonly)
Returns the value of attribute acss_debit.
138 139 140 |
# File 'lib/stripe/resources/invoice.rb', line 138 def acss_debit @acss_debit end |
#bancontact ⇒ Object (readonly)
Returns the value of attribute bancontact.
138 139 140 |
# File 'lib/stripe/resources/invoice.rb', line 138 def bancontact @bancontact end |
#card ⇒ Object (readonly)
Returns the value of attribute card.
138 139 140 |
# File 'lib/stripe/resources/invoice.rb', line 138 def card @card end |
#customer_balance ⇒ Object (readonly)
Returns the value of attribute customer_balance.
138 139 140 |
# File 'lib/stripe/resources/invoice.rb', line 138 def customer_balance @customer_balance end |
#id_bank_transfer ⇒ Object (readonly)
Returns the value of attribute id_bank_transfer.
138 139 140 |
# File 'lib/stripe/resources/invoice.rb', line 138 def id_bank_transfer @id_bank_transfer end |
#konbini ⇒ Object (readonly)
Returns the value of attribute konbini.
138 139 140 |
# File 'lib/stripe/resources/invoice.rb', line 138 def konbini @konbini end |
#sepa_debit ⇒ Object (readonly)
Returns the value of attribute sepa_debit.
138 139 140 |
# File 'lib/stripe/resources/invoice.rb', line 138 def sepa_debit @sepa_debit end |
#us_bank_account ⇒ Object (readonly)
Returns the value of attribute us_bank_account.
138 139 140 |
# File 'lib/stripe/resources/invoice.rb', line 138 def us_bank_account @us_bank_account end |