CreateBudgetFeePaymentUnion
If mutation is successful, the BudgetFeePaymentCreatePayload will be returned, otherwise a MutationError is returned.
union CreateBudgetFeePaymentUnion = MutationError | BudgetFeePaymentCreatePayload
Possible types
CreateBudgetFeePaymentUnion.MutationError object
Has errors for a mutation
CreateBudgetFeePaymentUnion.BudgetFeePaymentCreatePayload object
A budget fee payment payload type
Returned by
BudgetFeePaymentCreate mutation