StockLocationStreetAddresses Property |
Street address with TypeId == StreetAddrType.Primary is shipping address;
the one with TypeId == StreetAddrType.Alt is billing address.
Namespace: CorrigoService.EntitiesAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Address2[] StreetAddresses { get; set; }
Public Property StreetAddresses As Address2()
Get
Set
No code example is currently available or this language may not be supported.
Property Value
Address2
See Also