Class PaymentProduct320SpecificData
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class PaymentProduct320SpecificData
Properties
Gateway
The GlobalCollect gateway identifier. You should use this when creating a tokenization specification.
Declaration
public string Gateway { get; set; }
Property Value
Type | Description |
---|---|
string |
Networks
The networks that can be used in the current payment context. The strings that represent the networks in the array are identical to the strings that Google uses in their documentation. For instance: "VISA".
Declaration
public IList<string> Networks { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |