Class CreateRefundRequest
Inheritance
CreateRefundRequest
Assembly: Inttegro.dll
Syntax
public sealed class CreateRefundRequest
Properties
|
Edit this page
View Source
CustomData
Declaration
[JsonPropertyName("custom_data")]
public Dictionary<string, string>? CustomData { get; set; }
Property Value
|
Edit this page
View Source
LineItems
Declaration
[JsonPropertyName("line_items")]
public List<CreateRefundLineItem>? LineItems { get; set; }
Property Value
|
Edit this page
View Source
OrderId
Declaration
[JsonPropertyName("order_id")]
public string? OrderId { get; set; }
Property Value
|
Edit this page
View Source
Reason
Declaration
[JsonPropertyName("reason")]
public RefundReason? Reason { get; set; }
Property Value
|
Edit this page
View Source
ReasonDetails
Declaration
[JsonPropertyName("reason_details")]
public string? ReasonDetails { get; set; }
Property Value
|
Edit this page
View Source
Reference
Declaration
[JsonPropertyName("reference")]
public string? Reference { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonPropertyName("request_meta")]
public RequestMeta? RequestMeta { get; set; }
Property Value