UpdateFundingAgencyDebtorAccountInput
Input for updateFundingAgencyDebtorAccount.
input UpdateFundingAgencyDebtorAccountInput {
debtorAccount: DebtorAccountNumber
id: FundingAgencyID!
}
Fields
UpdateFundingAgencyDebtorAccountInput.debtorAccount ● DebtorAccountNumber scalar
The new debtor account number (5–10 digits), or null to clear the value.
UpdateFundingAgencyDebtorAccountInput.id ● FundingAgencyID! non-null scalar
The ID of the funding agency to update.
Member Of
updateFundingAgencyDebtorAccount mutation