Sha256: 25a3d18fc4f33e4898f13be3567fc52fbd69b803a7e6e73c39948d577279e838
Contents?: true
Size: 947 Bytes
Versions: 196
Compression:
Stored size: 947 Bytes
Contents
# UltracartClient::ItemPaymentProcessing ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **block_prepaid** | **Boolean** | True if prepaid cards should be blocked from buying this item | [optional] | | **credit_card_transaction_type** | **String** | Credit card transaction type | [optional] | | **no_realtime_charge** | **Boolean** | True if no real-time charge should be performed on this item. | [optional] | | **payment_method_validity** | **Array<String>** | Payment method validity | [optional] | | **rotating_transaction_gateway_codes** | **Array<String>** | Rotating transaction gateway codes | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ItemPaymentProcessing.new( block_prepaid: null, credit_card_transaction_type: null, no_realtime_charge: null, payment_method_validity: null, rotating_transaction_gateway_codes: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems