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 |