Class: Stripe::PaymentIntentCreateParams::PaymentDetails::Flight::Affiliate

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(name: nil) ⇒ Affiliate

Returns a new instance of Affiliate.



594
595
596
# File 'lib/stripe/params/payment_intent_create_params.rb', line 594

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

Instance Attribute Details

#nameObject

The name of the affiliate that originated the purchase.



592
593
594
# File 'lib/stripe/params/payment_intent_create_params.rb', line 592

def name
  @name
end