INPUT_OBJECT
The input object that defines the fields for the addPackageToAccount mutation.
input AddPackageToAccountMutationInput {# The ID of an Account.account_id: Int64Bit!# The ID of a `Package`.package_id: Int64Bit!# Whether or not to prorate the transaction.prorate: Boolean# The date to prorate the transaction as of.proration_date: Date}