stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > RefundAgreement

AdminTypes.RefundAgreement interface

An agreement between the merchant and customer to refund all or a portion of the order.

Signature:

export interface RefundAgreement extends SalesAgreement 

Extends: SalesAgreement

Properties

Property Modifiers Type Description
app?   Maybe<App> (Optional) The application that created the agreement.
happenedAt   Scalars[‘DateTime’][‘output’] The date and time at which the agreement occured.
id   Scalars[‘ID’][‘output’] The unique ID for the agreement.
reason   OrderActionType | `${OrderActionType}` The reason the agremeent was created.
refund   Refund The refund associated with the agreement.
sales   SaleConnection The sales associated with the agreement.
user?   Maybe<StaffMember> (Optional) The staff member associated with the agreement.