Class GetIINDetailsResponse
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class GetIINDetailsResponse
Properties
BinProductType
Indicates the type or segments of consumer's BIN is issued. It helps to offer targeted benefits to the consumers, and helps to request exemption for additional authentications. The possible values are:
- CONSUMER
- COMMERCIAL
- VIRTUAL
- ALL
- OTHER
Declaration
public string BinProductType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CoBrands
Populated only if the card has multiple brands. A list with for every brand of the card, the payment product identifier associated with that brand, and if you submitted a payment context, whether that payment product is allowed in the context.
Declaration
public IList<IINDetail> CoBrands { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<IINDetail> |
CountryCode
The ISO 3166-1 alpha-2 country code of the country where the card was issued. If we don't know where the card was issued, then the countryCode will return the value '99'.
Declaration
public string CountryCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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? |
IssuerName
The name of the card issuer associated with the card.
Declaration
public string IssuerName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PaymentProductId
The payment product identifier associated with the card. If the card has multiple brands, then we select the most appropriate payment product based on your configuration and the payment context, if you submitted one.
Please see
payment products for a full overview of possible values
Declaration
public int? PaymentProductId { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |