Class: Stripe::InvoiceService::SendInvoiceParams

Inherits:
RequestParams show all
Defined in:
lib/stripe/services/invoice_service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(expand: nil) ⇒ SendInvoiceParams

Returns a new instance of SendInvoiceParams.



4173
4174
4175
# File 'lib/stripe/services/invoice_service.rb', line 4173

def initialize(expand: nil)
  @expand = expand
end

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



4171
4172
4173
# File 'lib/stripe/services/invoice_service.rb', line 4171

def expand
  @expand
end