Class InvoiceInformation
Class InvoiceInformation
Package: Invoice\ValueObjects
Category: System
Located at Services/Core/Invoice/ValueObjects/InvoiceInformation.inc.php
Category: System
Located at Services/Core/Invoice/ValueObjects/InvoiceInformation.inc.php
Methods summary
public
__construct( StringType $invoiceNumber, DateTime $invoiceDate, CurrencyCode $currency, DecimalType $totalSum, IdType $customerId, CustomerStatusInformation $customerStatusInformation, AddressBlockInterface $paymentAddress, AddressBlockInterface $shippingAddress, IdType $orderId, DateTime $orderPurchaseDate, OrderPaymentType $paymentType )
InvoiceInformation constructor.
public
getCustomerStatusInformation( void )
: CustomerStatusInformation
Customer Status Information Getter