Class RefundOrderResponse
Provides details of a successful refund created by RefundOrderAsync(RefundOrderRequest).
Inherited Members
Namespace: Yort.Zip.InStore
Assembly: Yort.Zip.InStore.dll
Syntax
public class RefundOrderResponse
Properties
| Improve this Doc View SourceAmount
The amount refunded.
Declaration
public decimal Amount { get; set; }
Property Value
Type | Description |
---|---|
Decimal |
Id
A unique refund id generated by Zip.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
String |
MerchantReference
The merchant reference for this refund as specified in MerchantRefundReference.
Declaration
public string MerchantReference { get; set; }
Property Value
Type | Description |
---|---|
String |
RefundedDateTime
The UTC timestamp when the refund was processed.
Declaration
public DateTimeOffset? RefundedDateTime { get; set; }
Property Value
Type | Description |
---|---|
Nullable<DateTimeOffset> |