Transaction.TransactionType Property

Definition

Gets or sets the type of transaction. Possible values include: 'Purchase', 'Usage Charge'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.transactionType")]
public string TransactionType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.transactionType")>]
member this.TransactionType : string with get, set
Public Property TransactionType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to