INPUT_OBJECT
CreateAddressListMutationInput
The input object that defines the fields for the createAddressList mutation.
link GraphQL Schema definition
- input CreateAddressListMutationInput {
- # A descriptive name.
- String! :
- # The types of account statuses for accounts that are part of this grouping.
- AddressListAccountStatus! :
- # The delinquency state for accounts that are part of this grouping.
- AddressListDelinquency! :
- # A list of account group IDs that this account is part of.
- Int64Bit] : [
- # IDs of `AccountStatus`es.
- Int64Bit] : [
- # IDs of `AccountType`s.
- Int64Bit] : [
- # IDs of data `Service`s.
- Int64Bit] : [
- # A list of IDs of `UsageBasedBillingPolicy` objects.
- Int64Bit] : [
- # A note about this entity.
- NoteMutationInput :
- }