| ||
detail: element | attribute | value |
XML Example:<OrderBeingBilled> <about_billing>AboutBillingData</about_billing> <domain_name>xsd:string</domain_name> <order_oid>xsd:long</order_oid> <slug>xsd:string</slug> </OrderBeingBilled> | JSON Example:{"OrderBeingBilled": { "about_billing": AboutBillingData, "domain_name": String, "order_oid": Number, "slug": String, } } |
Name | Type | Required | Nillable | Default Value | Description |
---|---|---|---|---|---|
about_billing | AboutBillingData | false | false | A bit of information about the server's billing, like its monthly fee and dates like the order date and any prepay or cancellation date. | |
domain_name | xsd:string | false | false | The server's domain name/label. | |
order_oid | xsd:long | false | false | The unique id of the order. | |
slug | xsd:string | false | false | The bit to add after /orders/ to get the URI to this server. |
| ||
detail: element | attribute | value |