Skip to content

Instantly share code, notes, and snippets.

@jlengrand
Created December 2, 2019 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlengrand/0c34549298ccfa0524de19d21ab90726 to your computer and use it in GitHub Desktop.
Save jlengrand/0c34549298ccfa0524de19d21ab90726 to your computer and use it in GitHub Desktop.
package nl.ing.api.batchordersapi.endpoints.json
import nl.ing.api.batchordersapi.model.Batch
class BatchResult(val batch: Batch)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment