VyCreditHistoryDto
Represents a credit history event for a Vy user.
Properties
Field | Type | Description |
---|---|---|
date | string | The date of the credit history event. |
userId | string | The user ID associated with the credit history event. |
type | The type of credit history event. | |
gross | double | The gross amount of the credit history event. |
net | double | The net amount of the credit history event. |
reference | The reference associated with the credit history event. | |
fees | The fees associated with the credit history event. | |
status | The status of the credit history event. |
Last updated