Class: Stripe::PaymentIntentCaptureParams::PaymentDetails::LodgingDatum::Guest

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(name: nil) ⇒ Guest

Returns a new instance of Guest.



1515
1516
1517
# File 'lib/stripe/params/payment_intent_capture_params.rb', line 1515

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

Instance Attribute Details

#nameObject

Guest’s full name.



1513
1514
1515
# File 'lib/stripe/params/payment_intent_capture_params.rb', line 1513

def name
  @name
end