GetPaymentResponse.AmountRequested Property

Definition

The amount in dollars requested by this payment.

[System.Text.Json.Serialization.JsonPropertyName("amount_requested")]
public float? AmountRequested { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("amount_requested")>]
member this.AmountRequested : Nullable<single> with get, set
Public Property AmountRequested As Nullable(Of Single)

Property Value

Attributes

Applies to