@@ -59,12 +59,13 @@ module Lithic
5959 sig { returns ( String ) }
6060 attr_accessor :cardholder_currency
6161
62- # The portion of the transaction requested as cash back by the cardholder, and
63- # does not include any acquirer fees. The amount field includes the purchase
64- # amount, the requested cash back amount, and any acquirer fees.
62+ # The amount of cash requested by the cardholder, in the cardholder billing
63+ # currency's smallest unit. For purchase-with-cashback transactions this is the
64+ # cashback portion only; for ATM transactions this is the full amount. This amount
65+ # includes all acquirer fees.
6566 #
66- # If no cash back was requested, the value of this field will be 0, and the field
67- # will always be present.
67+ # If no cash was requested, the value of this field will be 0, and the field will
68+ # always be present.
6869 sig { returns ( Integer ) }
6970 attr_accessor :cash_amount
7071
@@ -328,12 +329,13 @@ module Lithic
328329 # Deprecated, use `amounts`. 3-character alphabetic ISO 4217 code for cardholder's
329330 # billing currency.
330331 cardholder_currency :,
331- # The portion of the transaction requested as cash back by the cardholder, and
332- # does not include any acquirer fees. The amount field includes the purchase
333- # amount, the requested cash back amount, and any acquirer fees.
332+ # The amount of cash requested by the cardholder, in the cardholder billing
333+ # currency's smallest unit. For purchase-with-cashback transactions this is the
334+ # cashback portion only; for ATM transactions this is the full amount. This amount
335+ # includes all acquirer fees.
334336 #
335- # If no cash back was requested, the value of this field will be 0, and the field
336- # will always be present.
337+ # If no cash was requested, the value of this field will be 0, and the field will
338+ # always be present.
337339 cash_amount :,
338340 # Date and time when the transaction first occurred in UTC.
339341 created :,
0 commit comments