# The LicenseFeeSubscription object ## Attributes - `id` (string) Unique identifier for the object. - `object` (string, value is "v2.billing.license_fee_subscription") String representing the object’s type. Objects of the same type share the same value of the object field. - `billing_cadence` (string) The ID of the Billing Cadence. - `created` (timestamp) Timestamp of when the object was created. - `license_fee` (string) The ID of the License Fee. - `license_fee_version` (string) The ID of the License Fee Version. - `livemode` (boolean) Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. - `metadata` (map, nullable) Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. - `quantity` (integer) Quantity of the License Fee subscribed to. - `test_clock` (string, nullable) The ID of the Test Clock, if any. ### The LicenseFeeSubscription object ```json { "billing_cadence": "bc_61SahwKGATwuyXMY516SBbsMNLSQJnWcho4VDz0fYLKi", "created": "2025-01-01T00:00:00.000Z", "id": "lfs_61Sai6XI0UDAyOhhh16SBbsMNLSQJnWcho4VDz0fYMIS", "license_fee": "licf_61SahqwY8y4J62hb416SBbsMNLSQJnWcho4VDz0fY2Rc", "license_fee_version": "licfv_61SahqwswB6xPIPuo16SBbsMNLSQJnWcho4VDz0fYTYW", "metadata": {}, "object": "v2.billing.license_fee_subscription", "quantity": 1, "test_clock": null, "livemode": true } ```