Skip to main content

RefundPayment

Represents a refund payment

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

Fields

RefundPayment.createdAt ● DateTime! non-null scalar

RefundPayment.updatedAt ● DateTime! non-null scalar

RefundPayment.id ● ID! non-null scalar

The ID of the object

RefundPayment.paymentType ● RefundPaymentTypeEnum! non-null enum

How this payment is made

RefundPayment.refund ● Refund! non-null object

The refund this refund line is contained in

RefundPayment.refundMethod ● RefundMethod! non-null union

The reverse payment

Interfaces

Node interface

An object with an ID

Member Of

RefundPaymentCountableEdge object

Was this page helpful?