Advertisement
Guest User

Untitled

a guest
Aug 27th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. Class aaa{
  2. daysPerYear:360
  3. someObject: new xyz()
  4. }
  5. class xyz{
  6. percentageRate: 5,
  7. numberOfMonths: 12,
  8. PaidBy = new PaidByItem()
  9. }
  10. class PaidByItem{
  11. feeAmount: 100
  12. totalAmount (){
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement