Class PaymentProduct302SpecificData
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class PaymentProduct302SpecificData
Properties
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 Apple uses in their documentation. For instance: "Visa".
Declaration
public IList<string> Networks { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |