Class: Stripe::Order::Payment::Settings::PaymentMethodOptions
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Order::Payment::Settings::PaymentMethodOptions
- Defined in:
- lib/stripe/resources/order.rb
Defined Under Namespace
Classes: AcssDebit, AfterpayClearpay, Alipay, Bancontact, Card, CustomerBalance, Ideal, Klarna, Link, Oxxo, P24, Paypal, SepaDebit, Sofort, WechatPay
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#acss_debit ⇒ Object
readonly
Attribute for field acss_debit.
-
#afterpay_clearpay ⇒ Object
readonly
Attribute for field afterpay_clearpay.
-
#alipay ⇒ Object
readonly
Attribute for field alipay.
-
#bancontact ⇒ Object
readonly
Attribute for field bancontact.
-
#card ⇒ Object
readonly
Attribute for field card.
-
#customer_balance ⇒ Object
readonly
Attribute for field customer_balance.
-
#ideal ⇒ Object
readonly
Attribute for field ideal.
-
#klarna ⇒ Object
readonly
Attribute for field klarna.
-
#link ⇒ Object
readonly
Attribute for field link.
-
#oxxo ⇒ Object
readonly
Attribute for field oxxo.
-
#p24 ⇒ Object
readonly
Attribute for field p24.
-
#paypal ⇒ Object
readonly
Attribute for field paypal.
-
#sepa_debit ⇒ Object
readonly
Attribute for field sepa_debit.
-
#sofort ⇒ Object
readonly
Attribute for field sofort.
-
#wechat_pay ⇒ Object
readonly
Attribute for field wechat_pay.
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)
Attribute for field acss_debit
327 328 329 |
# File 'lib/stripe/resources/order.rb', line 327 def acss_debit @acss_debit end |
#afterpay_clearpay ⇒ Object (readonly)
Attribute for field afterpay_clearpay
329 330 331 |
# File 'lib/stripe/resources/order.rb', line 329 def afterpay_clearpay @afterpay_clearpay end |
#alipay ⇒ Object (readonly)
Attribute for field alipay
331 332 333 |
# File 'lib/stripe/resources/order.rb', line 331 def alipay @alipay end |
#bancontact ⇒ Object (readonly)
Attribute for field bancontact
333 334 335 |
# File 'lib/stripe/resources/order.rb', line 333 def bancontact @bancontact end |
#card ⇒ Object (readonly)
Attribute for field card
335 336 337 |
# File 'lib/stripe/resources/order.rb', line 335 def card @card end |
#customer_balance ⇒ Object (readonly)
Attribute for field customer_balance
337 338 339 |
# File 'lib/stripe/resources/order.rb', line 337 def customer_balance @customer_balance end |
#ideal ⇒ Object (readonly)
Attribute for field ideal
339 340 341 |
# File 'lib/stripe/resources/order.rb', line 339 def ideal @ideal end |
#klarna ⇒ Object (readonly)
Attribute for field klarna
341 342 343 |
# File 'lib/stripe/resources/order.rb', line 341 def klarna @klarna end |
#link ⇒ Object (readonly)
Attribute for field link
343 344 345 |
# File 'lib/stripe/resources/order.rb', line 343 def link @link end |
#oxxo ⇒ Object (readonly)
Attribute for field oxxo
345 346 347 |
# File 'lib/stripe/resources/order.rb', line 345 def oxxo @oxxo end |
#p24 ⇒ Object (readonly)
Attribute for field p24
347 348 349 |
# File 'lib/stripe/resources/order.rb', line 347 def p24 @p24 end |
#paypal ⇒ Object (readonly)
Attribute for field paypal
349 350 351 |
# File 'lib/stripe/resources/order.rb', line 349 def paypal @paypal end |
#sepa_debit ⇒ Object (readonly)
Attribute for field sepa_debit
351 352 353 |
# File 'lib/stripe/resources/order.rb', line 351 def sepa_debit @sepa_debit end |
#sofort ⇒ Object (readonly)
Attribute for field sofort
353 354 355 |
# File 'lib/stripe/resources/order.rb', line 353 def sofort @sofort end |
#wechat_pay ⇒ Object (readonly)
Attribute for field wechat_pay
355 356 357 |
# File 'lib/stripe/resources/order.rb', line 355 def wechat_pay @wechat_pay end |