Home > @infiniteobjects/shopify-data-manager > AdminTypes > PaymentTermsUpdatePayload
Return type for paymentTermsUpdate mutation.
Signature:
export interface PaymentTermsUpdatePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| paymentTerms? | Maybe<PaymentTerms> | (Optional) The updated payment terms. | |
| userErrors | Array<PaymentTermsUpdateUserError> | The list of errors that occurred from executing the mutation. |