VyPurchaseOfferRequest
Represents a request to purchase a fulfillment offer.
Derived Properties (VyCreateFulfillmentRequestBase)
Field
Type
Description
offerId [required]
string
The ID of the offer.
userId
string
The ID of the user.
Properties
Field
Type
Description
externalUserId
string
The ID of the external user making the purchase.
walletAddress
string
The wallet address to send the purchased fulfillment to.
amount
int?
The amount of the fulfillment to purchase.
buyerCountry
string
The country of the buyer making the purchase.
type [required]
string
The type of the request, which is always 'PURCHASE'.
Last updated