{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/bill-subs-api_billing_response_single", "title": "bill-subs-api_billing_response_single", "allOf": [ { "$ref": "#/components/schemas/bill-subs-api_api-response-single" }, { "properties": { "result": { "properties": { "account_type": { "example": "type", "type": "string" }, "address": { "example": "123 Main Street", "type": "string" }, "address2": { "example": "Apt 1", "type": "string" }, "balance": { "example": 0, "type": "string" }, "card_expiry_month": { "example": 12, "type": "integer" }, "card_expiry_year": { "example": 2099, "type": "integer" }, "card_number": { "example": 4242424242424242.0, "type": "string" }, "city": { "example": "Anytown", "type": "string" }, "company": { "example": "Company", "type": "string" }, "country": { "example": "Anycountry", "type": "string" }, "created_on": { "example": "2014-03-01T12:21:59.3456Z", "format": "date-time", "type": "string" }, "device_data": { "example": "sample_data", "type": "string" }, "edited_on": { "example": "2014-03-01T12:21:59.3456Z", "format": "date-time", "type": "string" }, "enterprise_billing_email": { "example": "johndoe@gmail.com", "type": "string" }, "enterprise_primary_email": { "example": "johndoe@gmail.com", "type": "string" }, "first_name": { "example": "John", "type": "string" }, "id": { "$ref": "#/components/schemas/bill-subs-api_components-schemas-identifier" }, "is_partner": { "example": false, "type": "boolean" }, "last_name": { "example": "Doe", "type": "string" }, "next_bill_date": { "example": "2014-03-01T12:21:59.3456Z", "format": "date-time", "type": "string" }, "payment_address": { "example": "123 Main Street", "type": "string" }, "payment_address2": { "example": "Apt 1", "type": "string" }, "payment_city": { "example": "Anytown", "type": "string" }, "payment_country": { "example": "Anycountry", "type": "string" }, "payment_email": { "example": "johndoe@gmail.com", "type": "string" }, "payment_first_name": { "example": "John", "type": "string" }, "payment_gateway": { "example": "gateway", "type": "string" }, "payment_last_name": { "example": "Doe", "type": "string" }, "payment_nonce": { "example": "abc123", "type": "string" }, "payment_state": { "example": "state", "type": "string" }, "payment_zipcode": { "example": 12345, "type": "string" }, "primary_email": { "example": "johndoe@gmail.com", "type": "string" }, "state": { "example": "AnyState", "type": "string" }, "tax_id_type": { "example": "type", "type": "string" }, "telephone": { "example": 1234567899.0, "type": "string" }, "use_legacy": { "example": false, "type": "boolean" }, "validation_code": { "example": 1111, "type": "string" }, "vat": { "example": "GB123456789", "type": "string" }, "zipcode": { "example": 12345, "type": "string" } }, "type": "object" } }, "type": "object" } ] }