Class InvoiceInformation
category |
System |
---|---|
package |
Invoice |
subpackage |
ValueObjects |
__construct(\StringType $invoiceNumber, \DateTime $invoiceDate, \CurrencyCode $currency, \DecimalType $totalSum, \IdType $customerId, \CustomerStatusInformation $customerStatusInformation, \AddressBlockInterface $paymentAddress, \AddressBlockInterface $shippingAddress, \IdType $orderId, \DateTime $orderPurchaseDate, \OrderPaymentType $paymentType)
\StringType
\DateTime
\CurrencyCode
\DecimalType
\IdType
\CustomerStatusInformation
\AddressBlockInterface
\AddressBlockInterface
\IdType
\DateTime
\OrderPaymentType
getCustomerId() : integer
integer
getCustomerStatusInformation() : \CustomerStatusInformation
getInvoiceDate() : \DateTime
\DateTime
getInvoiceNumber() : string
string
getOrderId() : integer
integer
getOrderPurchaseDate() : \DateTime
\DateTime
getShippingAddress() : \AddressBlockInterface
getTotalSum() : double
double
invoiceNumber : string
var |
---|
string
invoiceDate : \DateTime
var |
---|
\DateTime
totalSum : double
var |
---|
double
customerId : integer
var |
---|
integer
customerStatusInformation : \CustomerStatusInformation
orderId : integer
var |
---|
integer
orderPurchaseDate : \DateTime
var |
---|
\DateTime