Class Create
Parameters for
Inherited Members
Namespace: EasyPost.Parameters.Refund
Assembly: EasyPost.dll
Syntax
public class Create : BaseParameters<Refund>, IBaseParameters, IRefundParameter, IParameter
Properties
| Improve this Doc View SourceCarrier
The carrier to request a refund from.
Declaration
public string? Carrier { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
TrackingCodes
A list of tracking codes to request refunds for.
Declaration
public List<string>? TrackingCodes { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<List<System.String>> |