public class GetIINDetailsRequest extends Object
| Constructor and Description |
|---|
GetIINDetailsRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBin()
The first digits of the credit card number from left to right with a minimum of 6 digits.
|
PaymentContext |
getPaymentContext() |
void |
setBin(String value)
The first digits of the credit card number from left to right with a minimum of 6 digits.
|
void |
setPaymentContext(PaymentContext value) |
GetIINDetailsRequest |
withBin(String value)
The first digits of the credit card number from left to right with a minimum of 6 digits.
|
GetIINDetailsRequest |
withPaymentContext(PaymentContext value) |
public String getBin()
public void setBin(String value)
public GetIINDetailsRequest withBin(String value)
public PaymentContext getPaymentContext()
public void setPaymentContext(PaymentContext value)
public GetIINDetailsRequest withPaymentContext(PaymentContext value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.