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

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

Defined Under Namespace

Classes: StagedPurchase

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(staged_purchase: nil) ⇒ Wallet

Returns a new instance of Wallet.



3607
3608
3609
# File 'lib/stripe/params/payment_intent_confirm_params.rb', line 3607

def initialize(staged_purchase: nil)
  @staged_purchase = staged_purchase
end

Instance Attribute Details

#staged_purchaseObject

Details for a staged purchase.



3605
3606
3607
# File 'lib/stripe/params/payment_intent_confirm_params.rb', line 3605

def staged_purchase
  @staged_purchase
end