AddressType Enumeration
Important
This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.
Customer Address Type. Ported over from the LogisticsLocationRoleType in AX.
Namespace: Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly: Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)
Syntax
'Declaration
<DataContractAttribute> _
Public Enumeration AddressType
'Usage
Dim instance As AddressType
[DataContractAttribute]
public enum AddressType
[DataContractAttribute]
public enum class AddressType
Members
Member name | Description | |
---|---|---|
None | No address type specified. | |
Invoice | The address used on an invoice. | |
Delivery | A delivery address. | |
AltDlv | An alternative delivery address. | |
SWIFT | A SWIFT address. | |
Payment | A payment address. | |
Service | A service address. | |
Home | A home address. | |
Other | An address not covered by other types (i.e. other). | |
Business | A business address. | |
RemitTo | A remit to address. | |
ShipCarrierThirdPartyShipping | A shipping carrier address. | |
Statement | A statement address. | |
FixedAsset | A fixed asset address. | |
Onetime | A one-time address. | |
Recruit | A recruit address. | |
SMS | The SMS address. | |
Lading_W | The lading address for RU,LT,LV. | |
Unlading_W | The unlading address for RU,LT,LV. | |
Consignment_IN | The consignment address for IN. |