| 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] |
require 'ultracart_api'
instance = UltracartClient::OrderProcessPaymentRequest.new(
amount: null,
card_verification_number_token: null
)