Home > @infiniteobjects/shopify-data-manager > AdminTypes > PaymentMandate
A payment instrument and the permission the owner of the instrument gives to the merchant to debit it.
Signature:
export interface PaymentMandate extends Node
Extends: Node
Property | Modifiers | Type | Description |
---|---|---|---|
id | Scalars[‘ID’][‘output’] | The unique ID of a payment mandate. | |
paymentInstrument | PaymentInstrument | The outputs details of the payment instrument. |