fraTermsAndConditionsForProduct
The terms and conditions for the product.
Arguments
The product code to fetch the terms and conditions for.
Returns
FraTermsAndConditionsTypePossible Errors
Allowed Viewers
Query Complexity
1Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
query FraTermsAndConditionsForProduct($productCode: String!) {
fraTermsAndConditionsForProduct(productCode: $productCode) {
documentUrl
effectiveFrom
name
version
}
}
Variables
{
"productCode": "the-crime-care-us-and"
}
Response
{
"data": {
"fraTermsAndConditionsForProduct": {
"documentUrl": "hair-front-space-notice-long",
"effectiveFrom": "2002-08-05T20:58:48.057132+00:00",
"name": "this-participant-know-clear-decade",
"version": "hundred-letter-fire-catch-college"
}
}
}