# UltracartClient::AutoOrderManagement ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **update_billing_url** | **String** | URL where the customer can go to update their billing information. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::AutoOrderManagement.new( update_billing_url: null ) ```