Show / Hide Table of Contents

Class Refund

Class representing an EasyPost refund.

Inheritance
System.Object
EphemeralEasyPostObject
EasyPostObject
Refund
Implements
IEasyPostObject
IRefundParameter
IParameter
Inherited Members
EasyPostObject.CreatedAt
EasyPostObject.Id
EasyPostObject.UpdatedAt
EasyPostObject.Prefix
EasyPostObject.AsDictionary()
EasyPostObject.ToString()
EasyPostObject.Equals(Nullable<Object>)
EasyPostObject.GetHashCode()
EphemeralEasyPostObject.Mode
EphemeralEasyPostObject.AsJson()
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class Refund : EasyPostObject, IEasyPostObject, IRefundParameter, IParameter

Properties

| Improve this Doc View Source

Carrier

The carrier the refund request was submitted to.

Declaration
public string? Carrier { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

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>
| Improve this Doc View Source

ShipmentId

The ID of the Shipment associated with this refund.

Declaration
public string? ShipmentId { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

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>
| Improve this Doc View Source

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>

Implements

IEasyPostObject
IRefundParameter
IParameter
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX