다음을 통해 공유


Transaction.TransactionType 속성

정의

트랜잭션 유형을 가져오거나 설정합니다. 가능한 값은 '구매', '사용 요금'입니다.

[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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상