# UltracartClient::OrderPaymentCheck ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **check_number** | **String** | Check number | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::OrderPaymentCheck.new( check_number: null ) ```