The history details of a single customer's store credits.
Returns
balanceAfterUpdate ● UnsignedInt64
The balance of store credits after the change. Accurate to two decimal places, for example, $10.00 will return 1000.
balanceBeforeUpdate ● UnsignedInt64
The balance of store credits before the change. Accurate to two decimal places, for example, $10.00 will return 1000.
remarksCustomers ● String
Leave a message for the customer. Customers can view the message in the store credits history of the member panels and member user center. Maximum 128 characters.
updateScene ● StoreCreditUpdateScene
Store credit change scenario type
updateValue ● UnsignedInt64
The absolute value of the store credit amount for this update. If balance_before_update - balance_after_update > 0, the store credits will decrease. If balance_before_update - balance_after_update < 0, the store credits will increase.
updatedAt ● Date
The time this record was updated
Was this article helpful to you?