Class InvoiceListItem
category |
System |
---|---|
package |
Invoice |
getCustomerId() : integer
integer
getCustomerName() : string
string
getCustomerStatusId() : integer
integer
getCustomerStatusName() : string
string
getInvoiceDate() : \DateTime
\DateTime
getInvoiceFilename() : string
string
getInvoiceId() : integer
integer
getInvoiceNumber() : string
string
getOrderDatePurchased() : \DateTime
\DateTime
getOrderId() : integer
integer
getOrderStatusId() : integer
integer
getOrderStatusName() : string
string
getTotalSum() : float
float
isCancellationInvoice() : boolean
boolean
setCurrency(\CurrencyCode $currency) : \InvoiceListItem
\CurrencyCode
\InvoiceListItem
Returns same instance for chained method calls.
setCustomerId(\IdType $customerId) : \InvoiceListItem
\IdType
\InvoiceListItem
Returns same instance for chained method calls.
setCustomerMemos(\CustomerMemoCollection $customerMemos) : \InvoiceListItem
\CustomerMemoCollection
\InvoiceListItem
Returns same instance for chained method calls.
setCustomerName(\StringType $customerName) : \InvoiceListItem
\StringType
\InvoiceListItem
Returns same instance for chained method calls.
setCustomerStatusId(\IdType $customerStatusId) : \InvoiceListItem
\IdType
\InvoiceListItem
Returns same instance for chained method calls.
setCustomerStatusName(\StringType $customerStatusName) : \InvoiceListItem
\StringType
\InvoiceListItem
Returns same instance for chained method calls.
setInvoiceDate(\DateTime $invoiceDate) : \InvoiceListItem
\DateTime
\InvoiceListItem
Returns same instance for chained method calls.
setInvoiceFilename(\FilenameStringType $invoiceFilename) : \InvoiceListItem
\FilenameStringType
\InvoiceListItem
Returns same instance for chained method calls.
setInvoiceId(\IdType $invoiceId) : \InvoiceListItem
\IdType
\InvoiceListItem
Returns same instance for chained method calls.
setInvoiceNumber(\StringType $invoiceNumber) : \InvoiceListItem
\StringType
\InvoiceListItem
Returns same instance for chained method calls.
setOrderDatePurchased(\DateTime $orderDatePurchased) : \InvoiceListItem
\DateTime
\InvoiceListItem
Returns same instance for chained method calls.
setOrderId(\IdType $orderId) : \InvoiceListItem
setOrderStatusId(\IdType $orderStatusId) : \InvoiceListItem
\IdType
\InvoiceListItem
Returns same instance for chained method calls.
setOrderStatusName(\StringType $orderStatusName) : \InvoiceListItem
\StringType
\InvoiceListItem
Returns same instance for chained method calls.
setPaymentAddress(\OrderAddressBlock $paymentAddress) : \InvoiceListItem
\OrderAddressBlock
\InvoiceListItem
Returns same instance for chained method calls.
setPaymentType(\OrderPaymentType $paymentType) : \InvoiceListItem
\OrderPaymentType
\InvoiceListItem
Returns same instance for chained method calls.
setShippingAddress(\OrderAddressBlock $shippingAddress) : \InvoiceListItem
\OrderAddressBlock
\InvoiceListItem
Returns same instance for chained method calls.
setTotalSum(\DecimalType $totalSum) : \InvoiceListItem
\DecimalType
\InvoiceListItem
Returns same instance for chained method calls.
invoiceId : integer
var |
---|
integer
invoiceNumber : string
var |
---|
string
invoiceFilename : string
var |
---|
string
invoiceDate : \DateTime
var |
---|
\DateTime
totalSum : float
var |
---|
float
customerId : integer
var |
---|
integer
customerName : string
var |
---|
string
customerStatusId : integer
var |
---|
integer
customerStatusName : string
var |
---|
string
orderId : integer
var |
---|
integer
orderDatePurchased : \DateTime
var |
---|
\DateTime
orderStatusId : integer
var |
---|
integer
orderStatusName : string
var |
---|
string