export default class Billing { address?: string; country?: string; state?: string; city?: string; zip?: string; phone?: string; }