UNPKG

@buckaroo/buckaroo_sdk

Version:
6 lines (5 loc) 162 B
import { IPaymentRequest } from '../../../Models'; export interface IEmandate extends IPaymentRequest { mandateReference: string; collectdate?: string; }