Orders

Order Object

id

integer

ID of the resource

number

string

Phone number

purchased_at

string

Date of purchase

expires_at

string

Expiration date of the order

can_cancel

boolean

If the order can be canceled

expired

boolean

If the order expired

messages

array

Array of Strings

Last updated