Table of Contents

Class BrzShowPaymentWebviewRequest

Namespace
BreezeSdk.Runtime
Assembly
docfx-helper.dll

Request object passed to ShowPaymentWebview(BrzShowPaymentWebviewRequest) to open the Breeze payment web view.

public class BrzShowPaymentWebviewRequest
Inheritance
BrzShowPaymentWebviewRequest
Inherited Members

Properties

Data

An optional opaque string payload forwarded to the OnPaymentWebviewDismissed event. Use this to carry through any context your game needs when handling the dismissal.

[JsonProperty("data")]
public string Data { get; set; }

Property Value

string

DirectPaymentUrl

The deep-link URL that the payment web view will load. Typically provided by the Breeze backend or constructed via your game server.

[JsonProperty("directPaymentUrl")]
public string DirectPaymentUrl { get; set; }

Property Value

string