Class CreateRefundLineItem
Inheritance
CreateRefundLineItem
Assembly: Inttegro.dll
Syntax
public sealed class CreateRefundLineItem
Properties
|
Edit this page
View Source
OrderLineItemId
Declaration
[JsonPropertyName("order_line_item_id")]
public string? OrderLineItemId { 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
RefundAmount
Declaration
[JsonPropertyName("refund_amount")]
public AmountParams? RefundAmount { get; set; }
Property Value