ItemReadonlyerrorReadonlymetaThe meta string specified in PlayerHandle.requestGrantProduct.
ReadonlyplayerThe PlayerHandle of the player who was granted the product.
ReadonlyproductThe ID of the granted product.
ReadonlyproductThe name of the granted product.
ReadonlystatusA string indicating the result of the product grant request.
"Unknown" .. Indicates that it cannot be determined whether the grant was performed due to reasons such as network errors."Granted" .. Indicates that the product was granted to the player."AlreadyOwned" .. Indicates that the player already owned the product."Failed" .. Indicates that an attempt was made to grant the product, but the grant failed.
A readonly type that represents the result of a product grant operation performed using PlayerHandle.requestGrantProduct and ClusterScript.onRequestGrantProductResult.