VyOfferCancellationDto
A data transfer object representing an offer cancellation in the Vy fulfillment system.
Properties
Field
Type
Description
id
string
The unique identifier of the offer cancellation.
offerId
string
The unique identifier of the offer being cancelled.
txOutOfCustody
string
The transaction identifier associated with the offer cancellation.
amount
int
The amount of the offer being cancelled.
creationDate
string
The date and time the offer cancellation was created.
txAssociation
string
The transaction identifier associated with the offer being cancelled.
Last updated