leumas95

ReceiptDto

Nov 17th, 2017
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 0.17 KB | None | 0 0
  1. package windall.console.account.api.dto
  2.  
  3. import java.math.BigDecimal
  4.  
  5. data class ReceiptDto (
  6.         val id: Long,
  7.         val amount: BigDecimal,
  8.         val tenant: TenantDto
  9. )
Advertisement
Add Comment
Please, Sign In to add comment