Class: AdCenterWrapper::InvoiceInfo
- Inherits:
-
Object
- Object
- AdCenterWrapper::InvoiceInfo
- 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
-
#accountId ⇒ Object
Returns the value of attribute accountId.
-
#accountName ⇒ Object
Returns the value of attribute accountName.
-
#accountNumber ⇒ Object
Returns the value of attribute accountNumber.
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#currencyCode ⇒ Object
Returns the value of attribute currencyCode.
-
#invoiceDate ⇒ Object
Returns the value of attribute invoiceDate.
-
#invoiceId ⇒ Object
Returns the value of attribute invoiceId.
Instance Method Summary collapse
-
#initialize(accountId = nil, accountName = nil, accountNumber = nil, amount = nil, currencyCode = nil, invoiceDate = nil, invoiceId = nil) ⇒ InvoiceInfo
constructor
A new instance of InvoiceInfo.
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
#accountId ⇒ Object
Returns the value of attribute accountId.
3562 3563 3564 |
# File 'lib/adcenter_wrapper_entities.rb', line 3562 def accountId @accountId end |
#accountName ⇒ Object
Returns the value of attribute accountName.
3563 3564 3565 |
# File 'lib/adcenter_wrapper_entities.rb', line 3563 def accountName @accountName end |
#accountNumber ⇒ Object
Returns the value of attribute accountNumber.
3564 3565 3566 |
# File 'lib/adcenter_wrapper_entities.rb', line 3564 def accountNumber @accountNumber end |
#amount ⇒ Object
Returns the value of attribute amount.
3565 3566 3567 |
# File 'lib/adcenter_wrapper_entities.rb', line 3565 def amount @amount end |
#currencyCode ⇒ Object
Returns the value of attribute currencyCode.
3566 3567 3568 |
# File 'lib/adcenter_wrapper_entities.rb', line 3566 def currencyCode @currencyCode end |
#invoiceDate ⇒ Object
Returns the value of attribute invoiceDate.
3567 3568 3569 |
# File 'lib/adcenter_wrapper_entities.rb', line 3567 def invoiceDate @invoiceDate end |
#invoiceId ⇒ Object
Returns the value of attribute invoiceId.
3568 3569 3570 |
# File 'lib/adcenter_wrapper_entities.rb', line 3568 def invoiceId @invoiceId end |