Show / Hide Table of Contents

Class RefundByAmount

Parameters for API calls.

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

Properties

| Improve this Doc View Source

Amount

The amount to refund the user.

Declaration
public int? Amount { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Implements

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