Table of Contents

Enum BrzPaymentWebviewDismissReason

Namespace
BreezeSdk.Runtime
Assembly
docfx-helper.dll

Describes why the payment web view was dismissed. Received via OnPaymentWebviewDismissed.

[JsonConverter(typeof(StringEnumConverter))]
public enum BrzPaymentWebviewDismissReason

Fields

[EnumMember(Value = "Dismissed")] Dismissed = 0

The user dismissed the web view manually without completing a payment.

[EnumMember(Value = "LoadError")] LoadError = 3

The web view failed to load the payment page (e.g., no network).

[EnumMember(Value = "PaymentFailure")] PaymentFailure = 2

The payment failed or was declined.

[EnumMember(Value = "PaymentSuccess")] PaymentSuccess = 1

The payment was completed successfully.