Sha256: c39ac5b758c086372412f4fe77636e8f500f01b3f0bfedc4096207e068556b35
Contents?: true
Size: 439 Bytes
Versions: 196
Compression:
Stored size: 439 Bytes
Contents
# UltracartClient::OrderPaymentTransactionDetail ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | Name | [optional] | | **type** | **String** | Type | [optional] | | **value** | **String** | Value | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::OrderPaymentTransactionDetail.new( name: null, type: null, value: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems