# UltracartClient::CartPaymentCheck ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **check_number** | **Integer** | Check number they are paying with | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CartPaymentCheck.new( check_number: null ) ```