Class PaymentRefund
Class representing an EasyPost ReferralCustomer payment refund.
Implements
Inherited Members
Namespace: EasyPost.Models.API.Beta
Assembly: EasyPost.dll
Syntax
public class PaymentRefund : EasyPostObject, IEasyPostObject
Properties
| Improve this Doc View SourceErrors
A list of FieldErrors encountered while processing the refund.
Declaration
public List<FieldError>? Errors { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<List<FieldError>> |
PaymentLogId
The ID of the new payment log created for the refund.
Declaration
public string? PaymentLogId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
RefundedAmount
The amount of the refund, in the associated currency and units (e.g. cents).
Declaration
public int? RefundedAmount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
RefundedAmountCurrencies
The currency of the refund. Defaults to USD.
Declaration
public string? RefundedAmountCurrencies { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
RefundedPaymentLogIds
The IDs of the logs of the payments being refunded.
Declaration
public List<string>? RefundedPaymentLogIds { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<List<System.String>> |