Show / Hide Table of Contents

Class Create

Parameters for API calls.

Inheritance
System.Object
BaseParameters<Refund>
Create
Implements
IBaseParameters
IRefundParameter
IParameter
Inherited Members
BaseParameters<Refund>.MatchFunction
BaseParameters<Refund>.Matches(Refund)
BaseParameters<Refund>.ToDictionary()
BaseParameters<Refund>.ToSubDictionary(Type)
Namespace: EasyPost.Parameters.Refund
Assembly: EasyPost.dll
Syntax
public class Create : BaseParameters<Refund>, IBaseParameters, IRefundParameter, IParameter

Properties

| Improve this Doc View Source

Carrier

The carrier to request a refund from.

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

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>>

Implements

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