GetPaymentResponse.TextrequestPaymentStatus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The status of the transaction in Text Request. This represents that status shown in the payments page on the Text Request app. It starts as Sent.
[System.Text.Json.Serialization.JsonPropertyName("textrequest_payment_status")]
public string TextrequestPaymentStatus { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("textrequest_payment_status")>]
member this.TextrequestPaymentStatus : string with get, set
Public Property TextrequestPaymentStatus As String
Property Value
- Attributes