Class: AdCenterWrapper::GetDisplayInvoicesRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetDisplayInvoicesRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/api/customerbillingGetDisplayInvoicesRequest
invoiceIds - AdCenterWrapper::ArrayOflong
type - AdCenterWrapper::DataType
Instance Attribute Summary collapse
-
#invoiceIds ⇒ Object
Returns the value of attribute invoiceIds.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(invoiceIds = nil, type = nil) ⇒ GetDisplayInvoicesRequest
constructor
A new instance of GetDisplayInvoicesRequest.
Constructor Details
#initialize(invoiceIds = nil, type = nil) ⇒ GetDisplayInvoicesRequest
Returns a new instance of GetDisplayInvoicesRequest.
3828 3829 3830 3831 |
# File 'lib/adcenter_wrapper_entities.rb', line 3828 def initialize(invoiceIds = nil, type = nil) @invoiceIds = invoiceIds @type = type end |
Instance Attribute Details
#invoiceIds ⇒ Object
Returns the value of attribute invoiceIds.
3825 3826 3827 |
# File 'lib/adcenter_wrapper_entities.rb', line 3825 def invoiceIds @invoiceIds end |
#type ⇒ Object
Returns the value of attribute type.
3826 3827 3828 |
# File 'lib/adcenter_wrapper_entities.rb', line 3826 def type @type end |