1: | <?php |
2: | /* |
3: | * This class was auto-generated from the API references found at |
4: | * https://apireference.connect.worldline-solutions.com/ |
5: | */ |
6: | namespace Worldline\Connect\Sdk\V1\Merchant\Services; |
7: | |
8: | use Worldline\Connect\Sdk\Communication\RequestObject; |
9: | |
10: | /** |
11: | * Query parameters for Get privacy policy |
12: | * |
13: | * @package Worldline\Connect\Sdk\V1\Merchant\Services |
14: | * @link https://apireference.connect.worldline-solutions.com/s2sapi/v1/en_US/php/services/privacypolicy.html Get privacy policy |
15: | */ |
16: | class PrivacypolicyParams extends RequestObject |
17: | { |
18: | /** |
19: | * @var string |
20: | */ |
21: | public $locale; |
22: | |
23: | /** |
24: | * @var int |
25: | */ |
26: | public $paymentProductId; |
27: | } |
28: |