Added gatewayRoutingEligible field to AccountBillingAndPayment model, allowing developers to check if gateway routing is eligible for an account.
create_account_request
Added an gatewayRoutingEligible optional field to the CreateAccountRequest model, allowing developers to specify if an account is eligible for gateway routing.
expanded_invoice_schedule
Added a rate_plan_charges field to the ExpandedInvoiceSchedule model, allowing for the inclusion of rate plan charges in invoice schedules.
expanded_product
The type of version_ordinal has been changed from Optional[StrictStr] to Optional[StrictInt]. This may require developers to update their code if they were previously using string values for versionOrdinal.
The product_category field type has been changed from Optional[ProductCategory] to Optional[StrictStr]. This change may require developers to update their code to handle product_category as a string instead of a ProductCategory object.
update_account_request
Added gatewayRoutingEligible field to the UpdateAccountRequest model, allowing developers to specify if an account is eligible for gateway routing.