Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 611 Bytes

File metadata and controls

20 lines (14 loc) · 611 Bytes

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

require 'ultracart_api'

instance = UltracartClient::OrderProcessPaymentRequest.new(
  amount: null,
  card_verification_number_token: null
)