Initializer
init(id:name:address:accountId:phone:email:status:processorConfigId:countryCode:currency:terminalId:metadata:createdAt:updatedAt:deletedAt:)
Declaration
init(id: String, name: String, address: Address, accountId: String, phone: String? = nil, email: String? = nil, status: String? = nil, processorConfigId: String? = nil, countryCode: String? = nil, currency: String? = nil, terminalId: String? = nil, metadata: [String : String]? = nil, createdAt: String? = nil, updatedAt: String? = nil, deletedAt: String? = nil)