UNPKG

chargebee-typescript

Version:

A library in typescript for integrating with Chargebee.

16 lines (15 loc) 393 B
import { Model } from "./model"; export declare class OmnichannelTransaction extends Model { id: string; id_at_source: string; app_id: string; price_currency?: string; price_units?: number; price_nanos?: number; type: string; transacted_at?: number; created_at: number; resource_version?: number; } export declare namespace _omnichannel_transaction { }