export interface IPaymentMethodAttr {
    MethodId: string;
    Name: string;
    CompanyId: string;
}
//# sourceMappingURL=payment-method-attr.interface.d.ts.map