Class Refund
Class representing an EasyPost refund.
Inherited Members
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class Refund : EasyPostObject, IEasyPostObject, IRefundParameter, IParameter
Properties
| Improve this Doc View SourceCarrier
The carrier the refund request was submitted to.
Declaration
public string? Carrier { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
ConfirmationNumber
The confirmation number for the refund request submitted to the carrier.
Declaration
public string? ConfirmationNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
ShipmentId
The ID of the Shipment associated with this refund.
Declaration
public string? ShipmentId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Status
The status of the refund request. Possible values are:
- "submitted"
- "refunded"
- "rejected"
Declaration
public string? Status { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
TrackingCode
The tracking code of the Shipment associated with this refund.
Declaration
public string? TrackingCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |