Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.66 KB

File metadata and controls

20 lines (16 loc) · 1.66 KB

ClientService

Properties

Name Type Description Notes
active_date datetime The date that this pricing option became active and could be used to pay for services. [optional]
count int The number of service sessions this pricing option contained when first purchased. [optional]
current bool When `true`, there are service sessions remaining on the pricing option that can be used pay for the current session.<br /> When `false`, the client cannot use this pricing option to pay for other services. [optional]
expiration_date datetime The date when the pricing option expires and can no longer be used to pay for services, even if unused service sessions remain on the option; expressed as UTC. [optional]
id int The unique ID assigned to this pricing option. [optional]
name str The name of this pricing option. [optional]
payment_date datetime The date on which the client paid for this pricing option. [optional]
program Program Contains information about the service category this service falls under. [optional]
remaining int The number of service sessions remaining in the pricing option that can still be used. [optional]
site_id int The ID of the subscriber site associated with this pricing option. [optional]
action str The action taken. [optional]

[Back to Model list] [Back to API list] [Back to README]