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
Class Method Summary collapse
Methods inherited from StripeObject
#==, #[], #[]=, #_get_inner_class_type, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, field_encodings, #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
527 528 529 |
# File 'lib/stripe/resources/order.rb', line 527 def acss_debit @acss_debit end |
#afterpay_clearpay ⇒ Object (readonly)
Attribute for field afterpay_clearpay
529 530 531 |
# File 'lib/stripe/resources/order.rb', line 529 def afterpay_clearpay @afterpay_clearpay end |
#alipay ⇒ Object (readonly)
Attribute for field alipay
531 532 533 |
# File 'lib/stripe/resources/order.rb', line 531 def alipay @alipay end |
#bancontact ⇒ Object (readonly)
Attribute for field bancontact
533 534 535 |
# File 'lib/stripe/resources/order.rb', line 533 def bancontact @bancontact end |
#card ⇒ Object (readonly)
Attribute for field card
535 536 537 |
# File 'lib/stripe/resources/order.rb', line 535 def card @card end |
#customer_balance ⇒ Object (readonly)
Attribute for field customer_balance
537 538 539 |
# File 'lib/stripe/resources/order.rb', line 537 def customer_balance @customer_balance end |
#ideal ⇒ Object (readonly)
Attribute for field ideal
539 540 541 |
# File 'lib/stripe/resources/order.rb', line 539 def ideal @ideal end |
#klarna ⇒ Object (readonly)
Attribute for field klarna
541 542 543 |
# File 'lib/stripe/resources/order.rb', line 541 def klarna @klarna end |
#link ⇒ Object (readonly)
Attribute for field link
543 544 545 |
# File 'lib/stripe/resources/order.rb', line 543 def link @link end |
#oxxo ⇒ Object (readonly)
Attribute for field oxxo
545 546 547 |
# File 'lib/stripe/resources/order.rb', line 545 def oxxo @oxxo end |
#p24 ⇒ Object (readonly)
Attribute for field p24
547 548 549 |
# File 'lib/stripe/resources/order.rb', line 547 def p24 @p24 end |
#paypal ⇒ Object (readonly)
Attribute for field paypal
549 550 551 |
# File 'lib/stripe/resources/order.rb', line 549 def paypal @paypal end |
#sepa_debit ⇒ Object (readonly)
Attribute for field sepa_debit
551 552 553 |
# File 'lib/stripe/resources/order.rb', line 551 def sepa_debit @sepa_debit end |
#sofort ⇒ Object (readonly)
Attribute for field sofort
553 554 555 |
# File 'lib/stripe/resources/order.rb', line 553 def sofort @sofort end |
#wechat_pay ⇒ Object (readonly)
Attribute for field wechat_pay
555 556 557 |
# File 'lib/stripe/resources/order.rb', line 555 def wechat_pay @wechat_pay end |
Class Method Details
.field_remappings ⇒ Object
577 578 579 |
# File 'lib/stripe/resources/order.rb', line 577 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 |
# File 'lib/stripe/resources/order.rb', line 557 def self.inner_class_types @inner_class_types = { acss_debit: AcssDebit, afterpay_clearpay: AfterpayClearpay, alipay: Alipay, bancontact: Bancontact, card: Card, customer_balance: CustomerBalance, ideal: Ideal, klarna: Klarna, link: Link, oxxo: Oxxo, p24: P24, paypal: Paypal, sepa_debit: SepaDebit, sofort: Sofort, wechat_pay: WechatPay, } end |