Home > @infiniteobjects/shopify-data-manager > AdminTypes > AppPurchaseOneTimeCreatePayload
Return type for appPurchaseOneTimeCreate
mutation.
Signature:
export interface AppPurchaseOneTimeCreatePayload
Property | Modifiers | Type | Description |
---|---|---|---|
appPurchaseOneTime? | Maybe<AppPurchaseOneTime> | (Optional) The newly created app one-time purchase. | |
confirmationUrl? | Maybe<Scalars[‘URL’][‘output’]> | <p>(Optional) The URL that the merchant can access to approve or decline the newly created app one-time purchase.</p><p>If the merchant declines, then the merchant is redirected to the app and receives a notification message stating that the charge was declined. If the merchant approves and they’re successfully invoiced, then the state of the charge changes from pending to active .</p><p>You get paid after the charge is activated.</p> |
|
userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |