Class OrderCompleteRequest
Inherited Members
Namespace: Inttegro
Assembly: Inttegro.dll
Syntax
public sealed class OrderCompleteRequest
Properties
| Edit this page View SourceOrderId
Declaration
[JsonPropertyName("order_id")]
public string? OrderId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PaidOutOfBand
Declaration
[JsonPropertyName("paid_out_of_band")]
public bool? PaidOutOfBand { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |