Class: Stripe::Climate::Order::CreateParams::Beneficiary
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Climate::Order::CreateParams::Beneficiary
- Defined in:
- lib/stripe/resources/climate/order.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.
71 72 73 |
# File 'lib/stripe/resources/climate/order.rb', line 71 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.
69 70 71 |
# File 'lib/stripe/resources/climate/order.rb', line 69 def public_name @public_name end |