Class: Stripe::InvoiceUpcomingLinesService::ListParams::Issuer

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/invoice_upcoming_lines_service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(account: nil, type: nil) ⇒ Issuer

Returns a new instance of Issuer.



348
349
350
351
# File 'lib/stripe/services/invoice_upcoming_lines_service.rb', line 348

def initialize(account: nil, type: nil)
  @account = 
  @type = type
end

Instance Attribute Details

#accountObject

The connected account being referenced when ‘type` is `account`.



344
345
346
# File 'lib/stripe/services/invoice_upcoming_lines_service.rb', line 344

def 
  @account
end

#typeObject

Type of the account referenced in the request.



346
347
348
# File 'lib/stripe/services/invoice_upcoming_lines_service.rb', line 346

def type
  @type
end