AccountOptionsSendMailsTo Property |
Gets or sets the send mails to.
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 SendMailsTo { get; set; }
Public Property SendMailsTo As DefaultRecipientType
Get
Set
public:
property DefaultRecipientType SendMailsTo {
DefaultRecipientType get ();
void set (DefaultRecipientType value);
}
member SendMailsTo : DefaultRecipientType with get, set
Property Value
Type:
DefaultRecipientTypeThe send mails to.
See Also