export default class PaymentMethod { readonly id: string; readonly name: string; constructor(id: string, name: string); }