Class: Stripe::PaymentIntentUpdateParams::PaymentMethodOptions::CardPresent::PaymentDetails::MoneyServices
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentIntentUpdateParams::PaymentMethodOptions::CardPresent::PaymentDetails::MoneyServices
- Defined in:
- lib/stripe/params/payment_intent_update_params.rb
Defined Under Namespace
Classes: AccountFunding
Instance Attribute Summary collapse
-
#account_funding ⇒ Object
Payment method specific account funding transaction details.
Instance Method Summary collapse
-
#initialize(account_funding: nil) ⇒ MoneyServices
constructor
A new instance of MoneyServices.
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.
3648 3649 3650 |
# File 'lib/stripe/params/payment_intent_update_params.rb', line 3648 def initialize(account_funding: nil) @account_funding = account_funding end |
Instance Attribute Details
#account_funding ⇒ Object
Payment method specific account funding transaction details.
3646 3647 3648 |
# File 'lib/stripe/params/payment_intent_update_params.rb', line 3646 def account_funding @account_funding end |