[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googlecontent.pp line 1984
type TInventoryCustomBatchRequestEntry = class(TGoogleBaseObject) |
protected |
procedure SetbatchId(); virtual; |
procedure Setinventory(); virtual; |
procedure SetmerchantId(); virtual; |
procedure SetproductId(); virtual; |
procedure SetstoreCode(); virtual; |
published |
property batchId: Integer; [rw] |
property inventory: TInventory; [rw] |
property merchantId: string; [rw] |
property productId: string; [rw] |
property storeCode: string; [rw] |
end; |
| |
| |
TObject |