Time at which the object was created. Measured in seconds since the Unix epoch.
expires_atinteger nullable
If set, the registration stops being active at this time. If not set, the registration will be active indefinitely. Measured in seconds since the Unix epoch.
idstring required
Unique identifier for the object.
livemodeboolean required
If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
object'tax.registration' required
String representing the object's type. Objects of the same type share the same value.
status'active' | 'expired' | 'scheduled' required
The status of the registration. This field is present for convenience and can be deduced from active_from and expires_at.