UNPKG

scheunemann-interfaces

Version:
7 lines (6 loc) 182 B
import { EPaymentMethodId, EPaymentTypeId } from "../enums"; export interface ITransactionPaymentMethod { id: EPaymentMethodId; issuerId: string; type: EPaymentTypeId; }