CreatePaymentInput.AmountRequestedInDollars Property

Definition

The amount in dollars requested by this payment.

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

Property Value

Attributes

Applies to