import moment from 'moment'; import { IPaymentModel } from '@/interfaces'; export default class PaymentMethod implements IPaymentModel { }