The VerifyPurchaseWithProduct function verifies a purchase record against the available business rules.
Method | /VerifyPurchaseWithProduct |
The request body is of type VerifyPurchaseWithProduct.
Name | Description | Data Type |
---|---|---|
product | ProductInfo | |
info | PurchaseInfo | |
isAddingRecord | xml:boolean |
The response body is of type VerifyPurchaseWithProductResponse.
Name | Description | Data Type |
---|---|---|
VerifyPurchaseWithProductResult | ArrayOfVerifyExceptionInfo |
|