Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 386 Bytes

File metadata and controls

18 lines (12 loc) · 386 Bytes

UltracartClient::AutoOrderManagement

Properties

Name Type Description Notes
update_billing_url String URL where the customer can go to update their billing information. [optional]

Example

require 'ultracart_api'

instance = UltracartClient::AutoOrderManagement.new(
  update_billing_url: null
)