Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 316 Bytes

File metadata and controls

18 lines (12 loc) · 316 Bytes

UltracartClient::OrderPaymentCheck

Properties

Name Type Description Notes
check_number String Check number [optional]

Example

require 'ultracart_api'

instance = UltracartClient::OrderPaymentCheck.new(
  check_number: null
)