Class: Stripe::InvoiceRenderingTemplateRetrieveParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::InvoiceRenderingTemplateRetrieveParams
- Defined in:
- lib/stripe/params/invoice_rendering_template_retrieve_params.rb
Instance Attribute Summary collapse
-
#expand ⇒ Object
Specifies which fields in the response should be expanded.
-
#version ⇒ Object
Attribute for param field version.
Instance Method Summary collapse
-
#initialize(expand: nil, version: nil) ⇒ InvoiceRenderingTemplateRetrieveParams
constructor
A new instance of InvoiceRenderingTemplateRetrieveParams.
Methods inherited from RequestParams
Constructor Details
#initialize(expand: nil, version: nil) ⇒ InvoiceRenderingTemplateRetrieveParams
Returns a new instance of InvoiceRenderingTemplateRetrieveParams.
11 12 13 14 |
# File 'lib/stripe/params/invoice_rendering_template_retrieve_params.rb', line 11 def initialize(expand: nil, version: nil) @expand = @version = version end |
Instance Attribute Details
#expand ⇒ Object
Specifies which fields in the response should be expanded.
7 8 9 |
# File 'lib/stripe/params/invoice_rendering_template_retrieve_params.rb', line 7 def @expand end |
#version ⇒ Object
Attribute for param field version
9 10 11 |
# File 'lib/stripe/params/invoice_rendering_template_retrieve_params.rb', line 9 def version @version end |