Class CheckoutSettings
Inherited Members
Namespace: Inttegro
Assembly: Inttegro.dll
Syntax
public sealed class CheckoutSettings
Properties
| Edit this page View SourceCancelUrl
Declaration
[JsonPropertyName("cancel_url")]
public string? CancelUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RedirectUrl
Declaration
[JsonPropertyName("redirect_url")]
public string? RedirectUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |