UNPKG

akua-sdk

Version:

TypeScript SDK for Akua Acquiring Processor

8 lines (7 loc) 204 B
import { PaymentRailDTO } from './rail.dto'; export declare class PaymentInstrumentDTO { readonly bin: string; readonly id: string; readonly rail: PaymentRailDTO; readonly type: string; }