InvoiceListItem

Class InvoiceListItem

category

System

package

Invoice

subpackage

ValueObjects

Methods

InvoiceListItem constructor.

__construct(\IdType $invoiceId, \StringType $invoiceNumber, \DateTime $invoiceDate, \DecimalType $totalSum, \CurrencyCode $currency, \IdType $customerId, \StringType $customerName, \IdType $customerStatusId, \StringType $customerStatusName, \CustomerMemoCollection $customerMemos, \OrderAddressBlock $paymentAddress, \OrderAddressBlock $shippingAddress, \IdType $orderId, \DateTime $orderDatePurchased, \OrderPaymentType $paymentType, \IdType $orderStatusId, \StringType $orderStatusName) 

Arguments

$invoiceId

\IdType

$invoiceNumber

\StringType

$invoiceDate

\DateTime

$totalSum

\DecimalType

$currency

\CurrencyCode

$customerId

\IdType

$customerName

\StringType

$customerStatusId

\IdType

$customerStatusName

\StringType

$customerMemos

\CustomerMemoCollection

$paymentAddress

\OrderAddressBlock

$shippingAddress

\OrderAddressBlock

$orderId

\IdType

$orderDatePurchased

\DateTime

$paymentType

\OrderPaymentType

$orderStatusId

\IdType

$orderStatusName

\StringType

getCurrency

getCurrency() : \CurrencyCode

Response

\CurrencyCode

getCustomerId

getCustomerId() : integer

Response

integer

getCustomerMemos

getCustomerMemos() : \CustomerMemoCollection

getCustomerName

getCustomerName() : string

Response

string

getCustomerStatusId

getCustomerStatusId() : integer

Response

integer

getCustomerStatusName

getCustomerStatusName() : string

Response

string

getInvoiceDate

getInvoiceDate() : \DateTime

Response

\DateTime

getInvoiceId

getInvoiceId() : integer

Response

integer

getInvoiceNumber

getInvoiceNumber() : string

Response

string

getOrderDatePurchased

getOrderDatePurchased() : \DateTime

Response

\DateTime

getOrderId

getOrderId() : integer

Response

integer

getOrderStatusId

getOrderStatusId() : integer

Response

integer

getOrderStatusName

getOrderStatusName() : string

Response

string

getPaymentAddress

getPaymentAddress() : \OrderAddressBlock

getPaymentType

getPaymentType() : \OrderPaymentType

getShippingAddress

getShippingAddress() : \OrderAddressBlock

getTotalSum

getTotalSum() : float

Response

float

Properties

invoiceId

invoiceId : integer
var

Type(s)

integer

invoiceNumber

invoiceNumber : string
var

Type(s)

string

invoiceDate

invoiceDate : \DateTime
var

Type(s)

\DateTime

totalSum

totalSum : float
var

Type(s)

float

currency

currency : \CurrencyCode
var

Type(s)

\CurrencyCode

customerId

customerId : integer
var

Type(s)

integer

customerName

customerName : string
var

Type(s)

string

customerStatusId

customerStatusId : integer
var

Type(s)

integer

customerStatusName

customerStatusName : string
var

Type(s)

string

customerMemos

customerMemos : \CustomerMemoCollection

paymentAddress

paymentAddress : \OrderAddressBlock
var

Type(s)

\OrderAddressBlock

shippingAddress

shippingAddress : \OrderAddressBlock
var

Type(s)

\OrderAddressBlock

orderId

orderId : integer
var

Type(s)

integer

orderDatePurchased

orderDatePurchased : \DateTime
var

Type(s)

\DateTime

paymentType

paymentType : \OrderPaymentType
var

Type(s)

\OrderPaymentType

orderStatusId

orderStatusId : integer
var

Type(s)

integer

orderStatusName

orderStatusName : string
var

Type(s)

string