Show / Hide Table of Contents

Class RefundByPaymentLog

Parameters for API calls.

Inheritance
System.Object
BaseParameters<ReferralCustomer>
RefundByPaymentLog
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 RefundByPaymentLog : BaseParameters<ReferralCustomer>, IBaseParameters

Properties

| Improve this Doc View Source

PaymentLogId

The ID of the payment log to refund.

Declaration
public string? PaymentLogId { get; set; }
Property Value
Type Description
System.Nullable<System.String>

Implements

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