Class: Stripe::PaymentIntentConfirmParams::PaymentMethodOptions::Crypto::AmountReconciliation

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

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(type: nil) ⇒ AmountReconciliation

Returns a new instance of AmountReconciliation.



3751
3752
3753
# File 'lib/stripe/params/payment_intent_confirm_params.rb', line 3751

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

Instance Attribute Details

#typeObject

Controls how crypto funding amounts are reconciled for the PaymentIntent.



3749
3750
3751
# File 'lib/stripe/params/payment_intent_confirm_params.rb', line 3749

def type
  @type
end