Home > @infiniteobjects/shopify-data-manager > AdminTypes > OrderCreateMandatePaymentPayload
Return type for orderCreateMandatePayment mutation.
Signature:
export interface OrderCreateMandatePaymentPayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| job? | Maybe<Job> | (Optional) The async job used for charging the payment. | |
| paymentReferenceId? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The Unique ID for the created payment. | |
| userErrors | Array<OrderCreateMandatePaymentUserError> | The list of errors that occurred from executing the mutation. |