PaymentDetailsModifier.Data Property

Definition

Gets or sets a JSON-serializable object that provides optional information that might be needed by the supported payment methods.

public object Data { get; set; }
member this.Data : obj with get, set
Public Property Data As Object

Property Value

The JSON-serializable object that provides optional information.

Applies to