public static class SubscriptionUsageRecordJson.UsageRecordJson extends Object
| Constructor and Description |
|---|
UsageRecordJson(org.joda.time.LocalDate recordDate,
Long amount) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAmount() |
org.joda.time.LocalDate |
getRecordDate() |
org.killbill.billing.usage.api.UsageRecord |
toUsageRecord() |
public UsageRecordJson(org.joda.time.LocalDate recordDate,
Long amount)
public org.joda.time.LocalDate getRecordDate()
public Long getAmount()
public org.killbill.billing.usage.api.UsageRecord toUsageRecord()
Copyright © 2010–2022. All rights reserved.