Class: Stripe::PaymentIntentCreateParams::PaymentMethodOptions::Card::PaymentDetails::MoneyServices::AccountFunding::Wallet
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentIntentCreateParams::PaymentMethodOptions::Card::PaymentDetails::MoneyServices::AccountFunding::Wallet
- Defined in:
- lib/stripe/params/payment_intent_create_params.rb
Defined Under Namespace
Classes: StagedPurchase
Instance Attribute Summary collapse
-
#staged_purchase ⇒ Object
Details for a staged purchase.
Instance Method Summary collapse
-
#initialize(staged_purchase: nil) ⇒ Wallet
constructor
A new instance of Wallet.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(staged_purchase: nil) ⇒ Wallet
Returns a new instance of Wallet.
3345 3346 3347 |
# File 'lib/stripe/params/payment_intent_create_params.rb', line 3345 def initialize(staged_purchase: nil) @staged_purchase = staged_purchase end |
Instance Attribute Details
#staged_purchase ⇒ Object
Details for a staged purchase.
3343 3344 3345 |
# File 'lib/stripe/params/payment_intent_create_params.rb', line 3343 def staged_purchase @staged_purchase end |