GetDate returns the Date field.
()
| 41400 | |
| 41401 | // GetDate returns the Date field. |
| 41402 | func (u *UsageItem) GetDate() string { |
| 41403 | if u == nil { |
| 41404 | return "" |
| 41405 | } |
| 41406 | return u.Date |
| 41407 | } |
| 41408 | |
| 41409 | // GetDiscountAmount returns the DiscountAmount field. |
| 41410 | func (u *UsageItem) GetDiscountAmount() float64 { |
no outgoing calls