BillingProfile.InvoiceEmailOptIn Property

Definition

Gets or sets flag controlling whether the invoices for the billing profile are sent through email.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.invoiceEmailOptIn")]
public bool? InvoiceEmailOptIn { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.invoiceEmailOptIn")>]
member this.InvoiceEmailOptIn : Nullable<bool> with get, set
Public Property InvoiceEmailOptIn As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to