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



386
387
388
# File 'lib/stripe/resources/order.rb', line 386

def acss_debit
  @acss_debit
end

#afterpay_clearpayObject (readonly)

Attribute for field afterpay_clearpay



389
390
391
# File 'lib/stripe/resources/order.rb', line 389

def afterpay_clearpay
  @afterpay_clearpay
end

#alipayObject (readonly)

Attribute for field alipay



392
393
394
# File 'lib/stripe/resources/order.rb', line 392

def alipay
  @alipay
end

#bancontactObject (readonly)

Attribute for field bancontact



395
396
397
# File 'lib/stripe/resources/order.rb', line 395

def bancontact
  @bancontact
end

#cardObject (readonly)

Attribute for field card



398
399
400
# File 'lib/stripe/resources/order.rb', line 398

def card
  @card
end

#customer_balanceObject (readonly)

Attribute for field customer_balance



401
402
403
# File 'lib/stripe/resources/order.rb', line 401

def customer_balance
  @customer_balance
end

#idealObject (readonly)

Attribute for field ideal



404
405
406
# File 'lib/stripe/resources/order.rb', line 404

def ideal
  @ideal
end

#klarnaObject (readonly)

Attribute for field klarna



407
408
409
# File 'lib/stripe/resources/order.rb', line 407

def klarna
  @klarna
end

Attribute for field link



410
411
412
# File 'lib/stripe/resources/order.rb', line 410

def link
  @link
end

#oxxoObject (readonly)

Attribute for field oxxo



413
414
415
# File 'lib/stripe/resources/order.rb', line 413

def oxxo
  @oxxo
end

#p24Object (readonly)

Attribute for field p24



416
417
418
# File 'lib/stripe/resources/order.rb', line 416

def p24
  @p24
end

#paypalObject (readonly)

Attribute for field paypal



419
420
421
# File 'lib/stripe/resources/order.rb', line 419

def paypal
  @paypal
end

#sepa_debitObject (readonly)

Attribute for field sepa_debit



422
423
424
# File 'lib/stripe/resources/order.rb', line 422

def sepa_debit
  @sepa_debit
end

#sofortObject (readonly)

Attribute for field sofort



425
426
427
# File 'lib/stripe/resources/order.rb', line 425

def sofort
  @sofort
end

#wechat_payObject (readonly)

Attribute for field wechat_pay



428
429
430
# File 'lib/stripe/resources/order.rb', line 428

def wechat_pay
  @wechat_pay
end