Name | Type | Description | Notes |
---|---|---|---|
transaction_token | String | ||
attribute_name | String | ||
attribute_value | String |
require 'marqeta'
instance = Marqeta::TranLogAttributeRequest.new(
transaction_token: null,
attribute_name: null,
attribute_value: null
)