| ||
| detail: element | attribute | value | ||
XML Example:<AboutBillingData> <cancellation_date>java.sql.Timestamp</cancellation_date> <monthly_recurring_amt>Amount</monthly_recurring_amt> <monthly_recurring_fee>xsd:double</monthly_recurring_fee> <order_date>java.sql.Timestamp</order_date> <prepaid_until>java.sql.Timestamp</prepaid_until> <suspended_date>java.sql.Timestamp</suspended_date> </AboutBillingData> | JSON Example:{"AboutBillingData":
{
"cancellation_date": java.sql.Timestamp,
"monthly_recurring_amt": Amount,
"monthly_recurring_fee": Number,
"order_date": java.sql.Timestamp,
"prepaid_until": java.sql.Timestamp,
"suspended_date": java.sql.Timestamp,
}
}
|
| Name | Type | Required | Nillable | Default Value | Description |
|---|---|---|---|---|---|
| cancellation_date | java.sql.Timestamp | false | false | The date, if any, that the server was cancelled or when it is marked for shutdown. | |
| monthly_recurring_amt | Amount | false | false | The monthly fee for the server. | |
| monthly_recurring_fee | xsd:double | false | false | The fee for the server, in USD. | |
| order_date | java.sql.Timestamp | false | false | When the server was originally ordered. | |
| prepaid_until | java.sql.Timestamp | false | false | The date, if any, that the server is prepaid until. When customers prepay 12 months' hosting on a VPS we add a bonus month's hosting. | |
| suspended_date | java.sql.Timestamp | false | false | The date, if any, that the server was suspended (meaning not cancelled, but set to not run). |
| ||
| detail: element | attribute | value | ||