Свойство | Тип | Описание | |
---|---|---|---|
account | Account | ||
billingInfo | |||
date | System.DateTime | ||
id | long | ||
items | PetStoreWeb.Components.CartItem[] | ||
shippingInfo |
Метод | Описание | |
---|---|---|
PurchaseOrder ( long id, Account account, |
||
checkCreate ( long id, Account account, |
||
total ( ) : double |
public PurchaseOrder ( long id, Account account, |
||
id | long | |
account | Account | |
shippingInfo | ||
billingInfo | ||
items | ||
date | System.DateTime | |
Результат | System |
public static checkCreate ( long id, Account account, |
||
id | long | |
account | Account | |
shippingInfo | ||
billingInfo | ||
items | ||
date | System.DateTime | |
Результат | bool |
public ContactInfo,PetStoreWeb.Components billingInfo | ||
Результат |
public CartItem[],PetStoreWeb.Components items | ||
Результат | PetStoreWeb.Components.CartItem[] |