UNPKG

akua-sdk

Version:

TypeScript SDK for Akua Acquiring Processor

8 lines (7 loc) 185 B
import { CaptureMode } from '../../enums'; /** * DTO representing the capture configuration of a payment */ export declare class PaymentCaptureDTO { readonly mode: CaptureMode; }