Delegate PaymentsKit.GetProductPriceCallback
Callback when receiving result from get product price.
Namespace: Trail
Assembly: Trail.dll
Syntax
public delegate void GetProductPriceCallback(Result result, Price price);
Parameters
Type | Name | Description |
---|---|---|
Result | result | Result whether get product price succeeded or not. |
Price | price | Price of the product. |