Class PaymentProductNetworksResponse
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Product
Assembly: connect-sdk-dotnet.dll
Syntax
public class PaymentProductNetworksResponse
Properties
Networks
Array containing network entries for a payment product. The strings that represent the networks in the array are identical to the strings that the payment product vendors use in their documentation. For instance: "Visa" for Apple Pay, and "VISA" for Google Pay.
Declaration
public IList<string> Networks { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |