Package com.onlinepayments.domain
Class GetIINDetailsRequest
java.lang.Object
com.onlinepayments.domain.GetIINDetailsRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBin()The first digits of the credit card number from left to right with a minimum of 6 digits.voidThe first digits of the credit card number from left to right with a minimum of 6 digits.voidsetPaymentContext(PaymentContext value) The first digits of the credit card number from left to right with a minimum of 6 digits.withPaymentContext(PaymentContext value)
-
Constructor Details
-
GetIINDetailsRequest
public GetIINDetailsRequest()
-
-
Method Details
-
getBin
The first digits of the credit card number from left to right with a minimum of 6 digits. Providing additional digits (up to 19) can result in more co-brands being returned. -
setBin
The first digits of the credit card number from left to right with a minimum of 6 digits. Providing additional digits (up to 19) can result in more co-brands being returned. -
withBin
The first digits of the credit card number from left to right with a minimum of 6 digits. Providing additional digits (up to 19) can result in more co-brands being returned. -
getPaymentContext
-
setPaymentContext
-
withPaymentContext
-