Class OrderPayRequest
Inheritance
OrderPayRequest
Assembly: Inttegro.dll
Syntax
public sealed class OrderPayRequest
Properties
|
Edit this page
View Source
OrderId
Declaration
[JsonPropertyName("order_id")]
public string? OrderId { get; set; }
Property Value
|
Edit this page
View Source
PaidOutOfBand
Declaration
[JsonPropertyName("paid_out_of_band")]
public bool? PaidOutOfBand { get; set; }
Property Value
|
Edit this page
View Source
PaymentMethodData
Declaration
[JsonPropertyName("payment_method_data")]
public PaymentMethodData? PaymentMethodData { get; set; }
Property Value
|
Edit this page
View Source
PaymentMethodId
Declaration
[JsonPropertyName("payment_method_id")]
public string? PaymentMethodId { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonPropertyName("request_meta")]
public RequestMeta? RequestMeta { get; set; }
Property Value