Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.18 KB

RecurringOrderProgram.md

File metadata and controls

18 lines (14 loc) · 1.18 KB

Yaksa.OrckestraCommerce.Client.Model.RecurringOrderProgram

RecurringOrderProgram

Properties

Name Type Description Notes
Created DateTime The date of the creation of the entity
CreatedBy string The id of the person who created the entity
LastModified DateTime The date of the last modification
LastModifiedBy string The id of the last person who modified the entity
Frequencies List<RecurringOrderFrequency> The frequencies of the recurring order program [optional]
Localizations List<RecurringOrderProgramLocalize> The localized name of the recurring order program [optional]
RecurringOrderProgramName string The name and unique identifier of the recurring order program
ScopeIds List<string> The scope ids which are associated to the recurring order program [optional]

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