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
Returns the value of attribute acss_debit.
-
#afterpay_clearpay ⇒ Object
readonly
Returns the value of attribute afterpay_clearpay.
-
#alipay ⇒ Object
readonly
Returns the value of attribute alipay.
-
#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.
-
#ideal ⇒ Object
readonly
Returns the value of attribute ideal.
-
#klarna ⇒ Object
readonly
Returns the value of attribute klarna.
-
#link ⇒ Object
readonly
Returns the value of attribute link.
-
#oxxo ⇒ Object
readonly
Returns the value of attribute oxxo.
-
#p24 ⇒ Object
readonly
Returns the value of attribute p24.
-
#paypal ⇒ Object
readonly
Returns the value of attribute paypal.
-
#sepa_debit ⇒ Object
readonly
Returns the value of attribute sepa_debit.
-
#sofort ⇒ Object
readonly
Returns the value of attribute sofort.
-
#wechat_pay ⇒ Object
readonly
Returns the value of attribute 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)
Returns the value of attribute acss_debit.
122 123 124 |
# File 'lib/stripe/resources/order.rb', line 122 def acss_debit @acss_debit end |
#afterpay_clearpay ⇒ Object (readonly)
Returns the value of attribute afterpay_clearpay.
122 123 124 |
# File 'lib/stripe/resources/order.rb', line 122 def afterpay_clearpay @afterpay_clearpay end |
#alipay ⇒ Object (readonly)
Returns the value of attribute alipay.
122 123 124 |
# File 'lib/stripe/resources/order.rb', line 122 def alipay @alipay end |
#bancontact ⇒ Object (readonly)
Returns the value of attribute bancontact.
122 123 124 |
# File 'lib/stripe/resources/order.rb', line 122 def bancontact @bancontact end |
#card ⇒ Object (readonly)
Returns the value of attribute card.
122 123 124 |
# File 'lib/stripe/resources/order.rb', line 122 def card @card end |
#customer_balance ⇒ Object (readonly)
Returns the value of attribute customer_balance.
122 123 124 |
# File 'lib/stripe/resources/order.rb', line 122 def customer_balance @customer_balance end |
#ideal ⇒ Object (readonly)
Returns the value of attribute ideal.
122 123 124 |
# File 'lib/stripe/resources/order.rb', line 122 def ideal @ideal end |
#klarna ⇒ Object (readonly)
Returns the value of attribute klarna.
122 123 124 |
# File 'lib/stripe/resources/order.rb', line 122 def klarna @klarna end |
#link ⇒ Object (readonly)
Returns the value of attribute link.
122 123 124 |
# File 'lib/stripe/resources/order.rb', line 122 def link @link end |
#oxxo ⇒ Object (readonly)
Returns the value of attribute oxxo.
122 123 124 |
# File 'lib/stripe/resources/order.rb', line 122 def oxxo @oxxo end |
#p24 ⇒ Object (readonly)
Returns the value of attribute p24.
122 123 124 |
# File 'lib/stripe/resources/order.rb', line 122 def p24 @p24 end |
#paypal ⇒ Object (readonly)
Returns the value of attribute paypal.
122 123 124 |
# File 'lib/stripe/resources/order.rb', line 122 def paypal @paypal end |
#sepa_debit ⇒ Object (readonly)
Returns the value of attribute sepa_debit.
122 123 124 |
# File 'lib/stripe/resources/order.rb', line 122 def sepa_debit @sepa_debit end |
#sofort ⇒ Object (readonly)
Returns the value of attribute sofort.
122 123 124 |
# File 'lib/stripe/resources/order.rb', line 122 def sofort @sofort end |
#wechat_pay ⇒ Object (readonly)
Returns the value of attribute wechat_pay.
122 123 124 |
# File 'lib/stripe/resources/order.rb', line 122 def wechat_pay @wechat_pay end |