Class: Stripe::InvoiceRenderingTemplateService::ArchiveParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::InvoiceRenderingTemplateService::ArchiveParams
- 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) ⇒ ArchiveParams
constructor
A new instance of ArchiveParams.
Methods inherited from RequestParams
Constructor Details
#initialize(expand: nil) ⇒ ArchiveParams
Returns a new instance of ArchiveParams.
43 44 45 |
# File 'lib/stripe/services/invoice_rendering_template_service.rb', line 43 def initialize(expand: nil) @expand = end |
Instance Attribute Details
#expand ⇒ Object
Specifies which fields in the response should be expanded.
41 42 43 |
# File 'lib/stripe/services/invoice_rendering_template_service.rb', line 41 def @expand end |