Will allow us to use the methods related to trading between them, such as obtaining their payment methods and data.
Allows us to obtain merchant data
const {data, error} = await checkout.getMerchant()
Allows us to obtain payment methods
const {data, error} = await checkout.getPaymentMethods()
Generated using TypeDoc
Will allow us to use the methods related to trading between them, such as obtaining their payment methods and data.