UNPKG

@shopify/shopify-api

Version:

Shopify API Library for Node - accelerate development with support for authentication, graphql proxy, webhooks

43 lines 1.71 kB
/*********************************************************************************************************************** * This file is auto-generated. If you have an issue, please create a GitHub issue. * ***********************************************************************************************************************/ import { Base, FindAllResponse } from '../../base'; import { ResourcePath, ResourceNames } from '../../types'; import { Session } from '../../../lib/session/session'; import { ApiVersion } from '../../../lib/types'; interface AllArgs { [key: string]: unknown; session: Session; limit?: unknown; since_id?: unknown; processed_at_min?: unknown; processed_at_max?: unknown; processed_at?: unknown; order?: unknown; } export declare class TenderTransaction extends Base { static apiVersion: ApiVersion; protected static hasOne: { [key: string]: typeof Base; }; protected static hasMany: { [key: string]: typeof Base; }; protected static paths: ResourcePath[]; protected static resourceNames: ResourceNames[]; static all({ session, limit, since_id, processed_at_min, processed_at_max, processed_at, order, ...otherArgs }: AllArgs): Promise<FindAllResponse<TenderTransaction>>; amount: string | null; currency: string | null; id: string | null; order_id: string | null; payment_details: { [key: string]: unknown; } | null; payment_method: string | null; processed_at: string | null; remote_reference: string | null; test: boolean | null; user_id: string | null; } export {}; //# sourceMappingURL=tender_transaction.d.ts.map