diff --git a/customer.go b/customer.go index 6046de7..65264f6 100644 --- a/customer.go +++ b/customer.go @@ -135,7 +135,7 @@ type CustomerChargeUsage struct { } type CustomerChargeGroupdUsage struct { - LagoId uuid.UUID `json:"lago_id,omitempty"` + LagoId string `json:"lago_id,omitempty"` Key string `json:"key,omitempty"` Value string `json:"value,omitempty"` AmountCents int `json:"amount_cents,omitempty"`