Class: AdCenterWrapper::InvoiceInfo

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

Overview

https://adcenter.microsoft.com/api/customermanagement/EntitiesInvoiceInfo

accountId - SOAP::SOAPLong
accountName - SOAP::SOAPString
accountNumber - SOAP::SOAPString
amount - SOAP::SOAPDouble
currencyCode - SOAP::SOAPString
invoiceDate - SOAP::SOAPDateTime
invoiceId - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountId = nil, accountName = nil, accountNumber = nil, amount = nil, currencyCode = nil, invoiceDate = nil, invoiceId = nil) ⇒ InvoiceInfo

Returns a new instance of InvoiceInfo.



3570
3571
3572
3573
3574
3575
3576
3577
3578
# File 'lib/adcenter_wrapper_entities.rb', line 3570

def initialize(accountId = nil, accountName = nil, accountNumber = nil, amount = nil, currencyCode = nil, invoiceDate = nil, invoiceId = nil)
  @accountId = accountId
  @accountName = accountName
  @accountNumber = accountNumber
  @amount = amount
  @currencyCode = currencyCode
  @invoiceDate = invoiceDate
  @invoiceId = invoiceId
end

Instance Attribute Details

#accountIdObject

Returns the value of attribute accountId.



3562
3563
3564
# File 'lib/adcenter_wrapper_entities.rb', line 3562

def accountId
  @accountId
end

#accountNameObject

Returns the value of attribute accountName.



3563
3564
3565
# File 'lib/adcenter_wrapper_entities.rb', line 3563

def accountName
  @accountName
end

#accountNumberObject

Returns the value of attribute accountNumber.



3564
3565
3566
# File 'lib/adcenter_wrapper_entities.rb', line 3564

def accountNumber
  @accountNumber
end

#amountObject

Returns the value of attribute amount.



3565
3566
3567
# File 'lib/adcenter_wrapper_entities.rb', line 3565

def amount
  @amount
end

#currencyCodeObject

Returns the value of attribute currencyCode.



3566
3567
3568
# File 'lib/adcenter_wrapper_entities.rb', line 3566

def currencyCode
  @currencyCode
end

#invoiceDateObject

Returns the value of attribute invoiceDate.



3567
3568
3569
# File 'lib/adcenter_wrapper_entities.rb', line 3567

def invoiceDate
  @invoiceDate
end

#invoiceIdObject

Returns the value of attribute invoiceId.



3568
3569
3570
# File 'lib/adcenter_wrapper_entities.rb', line 3568

def invoiceId
  @invoiceId
end