Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 428 Bytes

TranLogAttributeRequest.md

File metadata and controls

22 lines (16 loc) · 428 Bytes

Marqeta::TranLogAttributeRequest

Properties

Name Type Description Notes
transaction_token String
attribute_name String
attribute_value String

Example

require 'marqeta'

instance = Marqeta::TranLogAttributeRequest.new(
  transaction_token: null,
  attribute_name: null,
  attribute_value: null
)