Class: AdCenterWrapper::GetDisplayInvoicesRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/CustomerBillingService.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(invoiceIds = nil, type = nil) ⇒ GetDisplayInvoicesRequest

Returns a new instance of GetDisplayInvoicesRequest.

[View source]

293
294
295
296
# File 'lib/CustomerBillingService.rb', line 293

def initialize(invoiceIds = nil, type = nil)
  @invoiceIds = invoiceIds
  @type = type
end

Instance Attribute Details

#invoiceIdsObject

Returns the value of attribute invoiceIds.


290
291
292
# File 'lib/CustomerBillingService.rb', line 290

def invoiceIds
  @invoiceIds
end

#typeObject

Returns the value of attribute type.


291
292
293
# File 'lib/CustomerBillingService.rb', line 291

def type
  @type
end