Class GetIINDetailsRequest
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class GetIINDetailsRequest
Properties
Bin
The first digits of the credit card number from left to right with a minimum of 6 digits. Providing additional digits can result in more co-brands being returned.
Declaration
public string Bin { get; set; }
Property Value
Type | Description |
---|---|
string |
PaymentContext
Optional payment context to refine the IIN lookup to filter out payment products not applicable to your payment.
Declaration
public PaymentContext PaymentContext { get; set; }
Property Value
Type | Description |
---|---|
PaymentContext |