Sha256: 7bb00e2028a5126e51eaf0a1f64078ecc4fe35b6674fc9379b7ec1bd46ae778d
Contents?: true
Size: 611 Bytes
Versions: 196
Compression:
Stored size: 611 Bytes
Contents
# UltracartClient::OrderProcessPaymentRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **amount** | **Float** | Specific amount to bill (optional). If not specified the total of the order is billed. | [optional] | | **card_verification_number_token** | **String** | Card verification number token from hosted fields used during credit card transaction processing (optional) | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::OrderProcessPaymentRequest.new( amount: null, card_verification_number_token: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems