Class: Stripe::InvoiceRenderingTemplateService::UnarchiveParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::InvoiceRenderingTemplateService::UnarchiveParams
- Defined in:
- lib/stripe/services/invoice_rendering_template_service.rb
Instance Attribute Summary collapse
-
#expand ⇒ Object
Specifies which fields in the response should be expanded.
Instance Method Summary collapse
-
#initialize(expand: nil) ⇒ UnarchiveParams
constructor
A new instance of UnarchiveParams.
Methods inherited from RequestParams
Constructor Details
#initialize(expand: nil) ⇒ UnarchiveParams
Returns a new instance of UnarchiveParams.
52 53 54 |
# File 'lib/stripe/services/invoice_rendering_template_service.rb', line 52 def initialize(expand: nil) @expand = end |
Instance Attribute Details
#expand ⇒ Object
Specifies which fields in the response should be expanded.
50 51 52 |
# File 'lib/stripe/services/invoice_rendering_template_service.rb', line 50 def @expand end |