NAME
Net::API::Stripe::Billing::UserRecord::Summary - Usage Record Summary
SYNOPSIS
VERSION
v0.1.0
DESCRIPTION
METHODS
id string
object string
invoice string
livemode integer
period hash
subscription_item string
total_usage integer
API SAMPLE
[ { "id" : "sis_1DkWqo2eZvKYlo2Cs4NSCMMw", "invoice" : "in_1DkWqo2eZvKYlo2Cghtks5xk", "livemode" : "0", "object" : "usage_record_summary", "period" : { "end" : null, "start" : null }, "subscription_item" : "si_18PMl42eZvKYlo2CGduFchWC", "total_usage" : "1" } ]
HISTORY
v0.1.0
Initial version
AUTHOR
Jacques Deguest <jack@deguest.jp>
SEE ALSO
COPYRIGHT & LICENSE
Copyright (c) 2019-2022 DEGUEST Pte. Ltd.
You can use, copy, modify and redistribute this package and associated files under the same terms as Perl itself.