CrewShareTemplate
No description
type CrewShareTemplate {
note: String
payeeScName: String!
share: Float!
shareType: ShareTypeEnum!
}
Fields
CrewShareTemplate.note ● String scalar
CrewShareTemplate.payeeScName ● String! non-null scalar
We explicitly require the name of the share type to be passed in in case the user is deleted OR if they change their SCName. This way we can still track who paid whom.
CrewShareTemplate.share ● Float! non-null scalar
CrewShareTemplate.shareType ● ShareTypeEnum! non-null enum
Example
{}
Member Of
WorkOrderDefaults object