CreditUseHistory
- Print
- PDF
CreditUseHistory
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic and VPC
This is the credit usage history.
Syntax
The syntax is as follows.
private String useMonth;
private ProductDemandType productDemandType;
private Double unusedCredit;
private Double usedCredit;
private Double remainingCredit;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
useMonth | String | Required | Usage month |
productDemandType | ProductDemandType | Required | Product billing type |
unusedCredit | Double | Required | Unused credit |
usedCredit | Double | Required | Used credit |
remainingCredit | Double | Required | Remaining credit |
Was this article helpful?