Class: Stripe::Climate::OrderUpdateParams::Beneficiary

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(public_name: nil) ⇒ Beneficiary

Returns a new instance of Beneficiary.



11
12
13
# File 'lib/stripe/params/climate/order_update_params.rb', line 11

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

Instance Attribute Details

#public_nameObject

Publicly displayable name for the end beneficiary of carbon removal.



9
10
11
# File 'lib/stripe/params/climate/order_update_params.rb', line 9

def public_name
  @public_name
end