CreatePaymentResponse.ReminderWasSent Property

Definition

Whether a text reminder has already been sent for this payment.

[System.Text.Json.Serialization.JsonPropertyName("reminder_was_sent")]
public bool? ReminderWasSent { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("reminder_was_sent")>]
member this.ReminderWasSent : Nullable<bool> with get, set
Public Property ReminderWasSent As Nullable(Of Boolean)

Property Value

Attributes

Applies to