Class DialogDismissedPayload
JSON payload received from the native layer when the payment options dialog is dismissed.
[Serializable]
public class DialogDismissedPayload
- Inheritance
-
DialogDismissedPayload
- Inherited Members
Fields
Data
Optional data passed back from the dialog.
[JsonProperty("data")]
public string Data
Field Value
Reason
The reason the payment options dialog was dismissed.
[JsonProperty("reason")]
public BrzPaymentDialogDismissReason Reason