UNPKG

@buckaroo/buckaroo_sdk

Version:
9 lines (8 loc) 330 B
import { TransactionResponse } from '../Models'; export default class TransactionService { private readonly _key; constructor(key: string); status(): Promise<TransactionResponse>; refundInfo(): Promise<import("../Models").IHttpClientResponse>; cancelInfo(): Promise<import("../Models").IHttpClientResponse>; }