Class: Stripe::Invoice::SendInvoiceParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Invoice::SendInvoiceParams
- Defined in:
- lib/stripe/resources/invoice.rb
Instance Attribute Summary collapse
-
#expand ⇒ Object
Specifies which fields in the response should be expanded.
Instance Method Summary collapse
-
#initialize(expand: nil) ⇒ SendInvoiceParams
constructor
A new instance of SendInvoiceParams.
Methods inherited from RequestParams
Constructor Details
#initialize(expand: nil) ⇒ SendInvoiceParams
Returns a new instance of SendInvoiceParams.
2013 2014 2015 |
# File 'lib/stripe/resources/invoice.rb', line 2013 def initialize(expand: nil) @expand = end |
Instance Attribute Details
#expand ⇒ Object
Specifies which fields in the response should be expanded.
2011 2012 2013 |
# File 'lib/stripe/resources/invoice.rb', line 2011 def @expand end |