[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googlecontent.pp line 666
type TAccountShippingShippingService = class(TGoogleBaseObject) |
protected |
procedure Setactive(); virtual; |
procedure SetcalculationMethod(); virtual; |
procedure SetcostRuleTree(); virtual; |
procedure Setname(); virtual; |
procedure SetsaleCountry(); virtual; |
published |
property active: Boolean; [rw] |
property calculationMethod: TAccountShippingShippingServiceCalculationMethod; [rw] |
property costRuleTree: TAccountShippingShippingServiceCostRule; [rw] |
property name: string; [rw] |
property saleCountry: string; [rw] |
end; |
| |
| |
TObject |