Class IINDetail
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Services.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class IINDetail
Properties
IsAllowedInContext
Populated only if you submitted a payment context.
- true - The payment product is allowed in the submitted context.
- false - The payment product is not allowed in the submitted context. Note that in this case, none of the brands of the card will be allowed in the submitted context.
Declaration
public bool? IsAllowedInContext { get; set; }
Property Value
Type | Description |
---|---|
bool? |
PaymentProductId
Payment product identifier
Please see
payment products for a full overview of possible values.
Declaration
public int? PaymentProductId { get; set; }
Property Value
Type | Description |
---|---|
int? |