Package com.ringcentral.definitions
Class BillingStatementInfo
java.lang.Object
com.ringcentral.definitions.BillingStatementInfo
Billing information. Returned for device update request if `prestatement`
query parameter is set to 'true'
-
Field Summary
FieldsModifier and TypeFieldDescriptionCurrency code complying with [ISO-4217](https://en.wikipedia.org/wiki/ISO_4217) standardFormat: doubleFormat: doubleFormat: doubleFormat: doubleFormat: double -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncharges
(BillingStatementCharges[] charges) fees
(BillingStatementFees[] fees) totalCharged
(Double totalCharged) totalCharges
(Double totalCharges) totalFreeServiceCredit
(Double totalFreeServiceCredit)
-
Field Details
-
currency
Currency code complying with [ISO-4217](https://en.wikipedia.org/wiki/ISO_4217) standard -
charges
-
fees
-
totalCharged
Format: double -
totalCharges
Format: double -
totalFees
Format: double -
subtotal
Format: double -
totalFreeServiceCredit
Format: double
-
-
Constructor Details
-
BillingStatementInfo
public BillingStatementInfo()
-
-
Method Details
-
currency
-
charges
-
fees
-
totalCharged
-
totalCharges
-
totalFees
-
subtotal
-
totalFreeServiceCredit
-