Uses of Class
com.xero.models.appstore.UsageRecord
Packages that use UsageRecord
-
Uses of UsageRecord in com.xero.api.client
Methods in com.xero.api.client that return UsageRecordModifier and TypeMethodDescriptionAppStoreApi.postUsageRecords(String accessToken, UUID subscriptionId, UUID subscriptionItemId, CreateUsageRecord createUsageRecord, String idempotencyKey) Send metered usage belonging to this subscription and subscription itemAppStoreApi.putUsageRecords(String accessToken, UUID subscriptionId, UUID subscriptionItemId, UUID usageRecordId, UpdateUsageRecord updateUsageRecord, String idempotencyKey) Update and existing metered usage belonging to this subscription and subscription item -
Uses of UsageRecord in com.xero.models.appstore
Methods in com.xero.models.appstore that return UsageRecordModifier and TypeMethodDescriptionUsageRecord.pricePerUnit(BigDecimal pricePerUnit) The price per unitThe unique identifier of the linked ProductThe quantity recordedUsageRecord.recordedAt(org.threeten.bp.LocalDateTime recordedAt) The time when this usage was recorded in UTCUsageRecord.subscriptionId(String subscriptionId) The unique identifier of the Subscription.UsageRecord.subscriptionItemId(String subscriptionItemId) The unique identifier of the SubscriptionItem.If the subscription is a test subscriptionUsageRecord.usageRecordId(String usageRecordId) The unique identifier of the usageRecord.Methods in com.xero.models.appstore that return types with arguments of type UsageRecordModifier and TypeMethodDescriptionUsageRecordsList.getUsageRecords()A collection of usage recordsMethods in com.xero.models.appstore with parameters of type UsageRecordModifier and TypeMethodDescriptionUsageRecordsList.addUsageRecordsItem(UsageRecord usageRecordsItem) A collection of usage recordsMethod parameters in com.xero.models.appstore with type arguments of type UsageRecordModifier and TypeMethodDescriptionvoidUsageRecordsList.setUsageRecords(List<UsageRecord> usageRecords) A collection of usage recordsUsageRecordsList.usageRecords(List<UsageRecord> usageRecords) A collection of usage records