UNPKG

chargebee-typescript

Version:

A library in typescript for integrating with Chargebee.

10 lines (9 loc) 251 B
import { Model } from "./model"; export declare class ThirdPartyPaymentMethod extends Model { type: string; gateway: string; gateway_account_id?: string; reference_id: string; } export declare namespace _third_party_payment_method { }