The applied add-on object
This object represents an add-on assigned to a customer of your business.
Schema
{
"applied_add_on": {
"lago_id": "b7ab2926-1de8-4428-9bcd-779314ac129b",
"lago_add_on_id": "b7ab2926-1de8-4428-9bcd-779314ac129b",
"add_on_code": "add-on-code",
"customer_id": "5eb02857-a71e-4ea2-bcf9-57d3a41bc6ba",
"lago_customer_id": "99a6094e-199b-4101-896a-54e927ce7bd7",
"amount_cents": 123,
"amount_currency": "EUR",
"created_at": "2022-04-29T08:59:51Z"
}
}
Attributes | Description |
---|---|
lago_id String Not null | Unique identifer of the applied add-on in Lago application. |
lago_add_on_id String Not null | Unique identifer of the add-on in Lago application. |
add_on_code String Not null | Code identifying the add-on. |
customer_id String Not null | Unique identifer of the customer in your application. |
lago_customer_id String Not null | Unique identifer of the customer in Lago application. |
amount_cents Integer Not null | Amount in cents. |
amount_currency String Not null | Currency of the amount. |
created_at String Not null ISO 8601 datetime in UTC | Date of assignation of the add-on to the customer. |