Skip to main content

RefundPayment

Represents a refund payment.

type RefundPayment implements Node {
id: ID!
createdAt: DateTime!
updatedAt: DateTime!
paymentType: RefundPaymentTypeEnum!
refund: Refund!
refundMethod: RefundMethod!
}

Fields

RefundPayment.id ● ID! non-null scalar

The Globally Unique ID of this object

RefundPayment.createdAt ● DateTime! non-null scalar

When the payment was created.

RefundPayment.updatedAt ● DateTime! non-null scalar

When the payment was last updated.

RefundPayment.paymentType ● RefundPaymentTypeEnum! non-null enum

Type of payment.

RefundPayment.refund ● Refund! non-null object

The refund this payment belongs to.

RefundPayment.refundMethod ● RefundMethod! non-null union

The refund method (transaction or voucher).

Interfaces

Node interface

An object with a Globally Unique ID

Member Of

RefundPaymentCountableEdge object

Was this page helpful?