BillingAccountPoliciesResponseProperties.AllowTransfers Property

Definition

Gets or sets determine if the transfers are allowed for the billing account

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to