Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.74 KB

ClientService.md

File metadata and controls

20 lines (16 loc) · 1.74 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 string The name of this pricing option. [optional]
payment_date \DateTime The date on which the client paid for this pricing option. [optional]
program \Swagger\Client\Model\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 string The action taken. [optional]

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