@@ -124,6 +124,13 @@ class Payment < Lithic::Internal::Type::BaseModel
124124 # @return [String, nil]
125125 optional :external_bank_account_token , String , nil? : true
126126
127+ # @!attribute tags
128+ # Key-value pairs for tagging resources. Tags allow you to associate arbitrary
129+ # metadata with a resource for your own purposes.
130+ #
131+ # @return [Hash{Symbol=>String}, nil]
132+ optional :tags , Lithic ::Internal ::Type ::HashOf [ String ]
133+
127134 # @!attribute type
128135 #
129136 # @return [Symbol, Lithic::Models::Payment::Type, nil]
@@ -135,7 +142,10 @@ class Payment < Lithic::Internal::Type::BaseModel
135142 # @return [String, nil]
136143 optional :user_defined_id , String , nil? : true
137144
138- # @!method initialize(token:, category:, created:, descriptor:, direction:, events:, financial_account_token:, method_:, method_attributes:, pending_amount:, related_account_tokens:, result:, settled_amount:, source:, status:, updated:, currency: nil, expected_release_date: nil, external_bank_account_token: nil, type: nil, user_defined_id: nil, family: :PAYMENT)
145+ # @!method initialize(token:, category:, created:, descriptor:, direction:, events:, financial_account_token:, method_:, method_attributes:, pending_amount:, related_account_tokens:, result:, settled_amount:, source:, status:, updated:, currency: nil, expected_release_date: nil, external_bank_account_token: nil, tags: nil, type: nil, user_defined_id: nil, family: :PAYMENT)
146+ # Some parameter documentations has been truncated, see {Lithic::Models::Payment}
147+ # for more details.
148+ #
139149 # Payment transaction
140150 #
141151 # @param token [String] Unique identifier for the transaction
@@ -176,6 +186,8 @@ class Payment < Lithic::Internal::Type::BaseModel
176186 #
177187 # @param external_bank_account_token [String, nil] External bank account token
178188 #
189+ # @param tags [Hash{Symbol=>String}] Key-value pairs for tagging resources. Tags allow you to associate arbitrary met
190+ #
179191 # @param type [Symbol, Lithic::Models::Payment::Type]
180192 #
181193 # @param user_defined_id [String, nil] User-defined identifier
0 commit comments