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