Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 359 Bytes

File metadata and controls

18 lines (12 loc) · 359 Bytes

UltracartClient::OrderPaymentPurchaseOrder

Properties

Name Type Description Notes
purchase_order_number String Purchase order number [optional]

Example

require 'ultracart_api'

instance = UltracartClient::OrderPaymentPurchaseOrder.new(
  purchase_order_number: null
)