Class: Stripe::PaymentIntentUpdateParams::PaymentMethodOptions::CardPresent::PaymentDetails

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

Defined Under Namespace

Classes: MoneyServices

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(money_services: nil) ⇒ PaymentDetails

Returns a new instance of PaymentDetails.



3618
3619
3620
# File 'lib/stripe/params/payment_intent_update_params.rb', line 3618

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

Instance Attribute Details

#money_servicesObject

Money services details for payment method specific funding fields.



3616
3617
3618
# File 'lib/stripe/params/payment_intent_update_params.rb', line 3616

def money_services
  @money_services
end