global class ProductInventoryPricing {
|
global String id;
|
global ConnectApi.ProductInventory productInventory;
|
global ConnectApi.ProductPrice productPrice;
|
global String stockKeepingUnit;
|
global ProductInventoryPricing() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|