Class: Stripe::Order::Payment::Settings::PaymentMethodOptions

Inherits:
StripeObject
  • Object
show all
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

Attributes inherited from StripeObject

#last_response

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_debitObject (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_clearpayObject (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

#alipayObject (readonly)

Returns the value of attribute alipay.



122
123
124
# File 'lib/stripe/resources/order.rb', line 122

def alipay
  @alipay
end

#bancontactObject (readonly)

Returns the value of attribute bancontact.



122
123
124
# File 'lib/stripe/resources/order.rb', line 122

def bancontact
  @bancontact
end

#cardObject (readonly)

Returns the value of attribute card.



122
123
124
# File 'lib/stripe/resources/order.rb', line 122

def card
  @card
end

#customer_balanceObject (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

#idealObject (readonly)

Returns the value of attribute ideal.



122
123
124
# File 'lib/stripe/resources/order.rb', line 122

def ideal
  @ideal
end

#klarnaObject (readonly)

Returns the value of attribute klarna.



122
123
124
# File 'lib/stripe/resources/order.rb', line 122

def klarna
  @klarna
end

Returns the value of attribute link.



122
123
124
# File 'lib/stripe/resources/order.rb', line 122

def link
  @link
end

#oxxoObject (readonly)

Returns the value of attribute oxxo.



122
123
124
# File 'lib/stripe/resources/order.rb', line 122

def oxxo
  @oxxo
end

#p24Object (readonly)

Returns the value of attribute p24.



122
123
124
# File 'lib/stripe/resources/order.rb', line 122

def p24
  @p24
end

#paypalObject (readonly)

Returns the value of attribute paypal.



122
123
124
# File 'lib/stripe/resources/order.rb', line 122

def paypal
  @paypal
end

#sepa_debitObject (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

#sofortObject (readonly)

Returns the value of attribute sofort.



122
123
124
# File 'lib/stripe/resources/order.rb', line 122

def sofort
  @sofort
end

#wechat_payObject (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