Class PrivacypolicyParams
Query parameters for Get privacy policy
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Merchant.Services
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class PrivacypolicyParams : AbstractParamRequest
Properties
Locale
Locale in which the privacy policy should be returned. Uses your default locale when none is provided.
Declaration
public string Locale { get; set; }
Property Value
Type | Description |
---|---|
string |
PaymentProductId
ID of the payment product for which you wish to retrieve the privacy policy. When no ID is provided you will receive all privacy policies for your payment products.
Declaration
public int? PaymentProductId { get; set; }
Property Value
Type | Description |
---|---|
int? |
Methods
ToRequestParameters()
Declaration
public override IEnumerable<RequestParam> ToRequestParameters()
Returns
Type | Description |
---|---|
IEnumerable<RequestParam> |