Class: Stripe::Climate::OrderCreateParams::Beneficiary
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Climate::OrderCreateParams::Beneficiary
- Defined in:
- lib/stripe/params/climate/order_create_params.rb
Instance Attribute Summary collapse
-
#public_name ⇒ Object
Publicly displayable name for the end beneficiary of carbon removal.
Instance Method Summary collapse
-
#initialize(public_name: nil) ⇒ Beneficiary
constructor
A new instance of Beneficiary.
Methods inherited from RequestParams
Constructor Details
#initialize(public_name: nil) ⇒ Beneficiary
Returns a new instance of Beneficiary.
11 12 13 |
# File 'lib/stripe/params/climate/order_create_params.rb', line 11 def initialize(public_name: nil) @public_name = public_name end |
Instance Attribute Details
#public_name ⇒ Object
Publicly displayable name for the end beneficiary of carbon removal.
9 10 11 |
# File 'lib/stripe/params/climate/order_create_params.rb', line 9 def public_name @public_name end |