Variable paymentsApiConst
paymentsApi: {
getIssuers: () => Promise<AxiosResponse<any, any, {}>>;
retry: (
orderId: number,
data: { order_token: string; issuer?: string },
) => Promise<AxiosResponse<any, any, {}>>;
} = ...
Type declaration
getIssuers: () => Promise<AxiosResponse<any, any, {}>>
retry: (
orderId: number,
data: { order_token: string; issuer?: string },
) => Promise<AxiosResponse<any, any, {}>>