Click or drag to resize

RecipientType Enumeration

Customer recipient type.

Namespace:  Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public enum RecipientType
Members
  Member nameValueDescription
Billing0 The billing contact.
Main1 The main contact.
Shipping2 The shipping contact.
MainIfNotSameAsBilling3 The main if not same as billing
ShippingIfNotSameAsBilling4 The shipping if not same as billing
See Also