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