UNPKG

@lexriver/yandex-pay

Version:

A TypeScript client for Yandex Pay API to integrate payment processing in your Node.js applications

17 lines (16 loc) 401 B
export interface BillingReport { /** * Type: string * The field is required for offline stores only. ID of the point of sale * Default: null * Max length: 2048 */ branchId?: string | null; /** * Type: string * The field is required for offline stores only. Manager ID * Default: null * Max length: 2048 */ managerId?: string | null; }