Class: Stripe::PaymentIntentConfirmParams::PaymentMethodOptions::CardPresent::PaymentDetails::MoneyServices

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/payment_intent_confirm_params.rb

Defined Under Namespace

Classes: AccountFunding

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h

Constructor Details

#initialize(account_funding: nil) ⇒ MoneyServices

Returns a new instance of MoneyServices.



3662
3663
3664
# File 'lib/stripe/params/payment_intent_confirm_params.rb', line 3662

def initialize(account_funding: nil)
  @account_funding = 
end

Instance Attribute Details

#account_fundingObject

Payment method specific account funding transaction details.



3660
3661
3662
# File 'lib/stripe/params/payment_intent_confirm_params.rb', line 3660

def 
  @account_funding
end