Class NetworksParams
Query parameters for Get payment product networks
Inherited Members
Namespace: Ingenico.Connect.Sdk.Merchant.Products
Assembly: connect-sdk-dotnet.dll
Syntax
public class NetworksParams : AbstractParamRequest
Properties
Amount
Amount in cents and always having 2 decimals
Declaration
public long? Amount { get; set; }
Property Value
Type | Description |
---|---|
long? |
CountryCode
ISO 3166-1 alpha-2 country code
Declaration
public string CountryCode { get; set; }
Property Value
Type | Description |
---|---|
string |
CurrencyCode
Three-letter ISO currency code representing the currency for the amount
Declaration
public string CurrencyCode { get; set; }
Property Value
Type | Description |
---|---|
string |
IsRecurring
This allows you to filter networks based on their support for recurring or not
- true
- false
Declaration
public bool? IsRecurring { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Methods
ToRequestParameters()
Declaration
public override IEnumerable<RequestParam> ToRequestParameters()
Returns
Type | Description |
---|---|
IEnumerable<RequestParam> |