AccountDetailsTechnicalDefaultRecipient Property |
Gets or sets the technical default recipient.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public DefaultRecipientType TechnicalDefaultRecipient { get; set; }
Public Property TechnicalDefaultRecipient As DefaultRecipientType
Get
Set
public:
property DefaultRecipientType TechnicalDefaultRecipient {
DefaultRecipientType get ();
void set (DefaultRecipientType value);
}
member TechnicalDefaultRecipient : DefaultRecipientType with get, set
Property Value
Type:
DefaultRecipientTypeThe technical default recipient.
See Also