VyOfferCancellationDto

A data transfer object representing an offer cancellation in the Vy fulfillment system.

Properties

FieldTypeDescription

id

string

The unique identifier of the offer cancellation.

type

The type of fulfillment associated with 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.

status

The current state of the offer cancellation.

creationDate

string

The date and time the offer cancellation was created.

txAssociation

string

The transaction identifier associated with the offer being cancelled.

Last updated