Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 336 Bytes

File metadata and controls

18 lines (12 loc) · 336 Bytes

UltracartClient::CartPaymentCheck

Properties

Name Type Description Notes
check_number Integer Check number they are paying with [optional]

Example

require 'ultracart_api'

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