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)

Attribute for field acss_debit



342
343
344
# File 'lib/stripe/resources/order.rb', line 342

def acss_debit
  @acss_debit
end

#afterpay_clearpayObject (readonly)

Attribute for field afterpay_clearpay



344
345
346
# File 'lib/stripe/resources/order.rb', line 344

def afterpay_clearpay
  @afterpay_clearpay
end

#alipayObject (readonly)

Attribute for field alipay



346
347
348
# File 'lib/stripe/resources/order.rb', line 346

def alipay
  @alipay
end

#bancontactObject (readonly)

Attribute for field bancontact



348
349
350
# File 'lib/stripe/resources/order.rb', line 348

def bancontact
  @bancontact
end

#cardObject (readonly)

Attribute for field card



350
351
352
# File 'lib/stripe/resources/order.rb', line 350

def card
  @card
end

#customer_balanceObject (readonly)

Attribute for field customer_balance



352
353
354
# File 'lib/stripe/resources/order.rb', line 352

def customer_balance
  @customer_balance
end

#idealObject (readonly)

Attribute for field ideal



354
355
356
# File 'lib/stripe/resources/order.rb', line 354

def ideal
  @ideal
end

#klarnaObject (readonly)

Attribute for field klarna



356
357
358
# File 'lib/stripe/resources/order.rb', line 356

def klarna
  @klarna
end

Attribute for field link



358
359
360
# File 'lib/stripe/resources/order.rb', line 358

def link
  @link
end

#oxxoObject (readonly)

Attribute for field oxxo



360
361
362
# File 'lib/stripe/resources/order.rb', line 360

def oxxo
  @oxxo
end

#p24Object (readonly)

Attribute for field p24



362
363
364
# File 'lib/stripe/resources/order.rb', line 362

def p24
  @p24
end

#paypalObject (readonly)

Attribute for field paypal



364
365
366
# File 'lib/stripe/resources/order.rb', line 364

def paypal
  @paypal
end

#sepa_debitObject (readonly)

Attribute for field sepa_debit



366
367
368
# File 'lib/stripe/resources/order.rb', line 366

def sepa_debit
  @sepa_debit
end

#sofortObject (readonly)

Attribute for field sofort



368
369
370
# File 'lib/stripe/resources/order.rb', line 368

def sofort
  @sofort
end

#wechat_payObject (readonly)

Attribute for field wechat_pay



370
371
372
# File 'lib/stripe/resources/order.rb', line 370

def wechat_pay
  @wechat_pay
end