OrganizationFundsDistributionMethod
How funds are to be distributed at the organization level
enum OrganizationFundsDistributionMethod {
UNDECIDED
ORGANIZATION
TEAM
}
Values
OrganizationFundsDistributionMethod.UNDECIDED
Organization has yet to choose a distribution method
OrganizationFundsDistributionMethod.ORGANIZATION
Funds raised are managed by the organization
OrganizationFundsDistributionMethod.TEAM
Funds raised are managed by each team
Member of
Organization object ● OrganizationUpdateInput input