Class GetIINDetailsRequest

java.lang.Object
com.onlinepayments.domain.GetIINDetailsRequest

public class GetIINDetailsRequest extends Object
  • Constructor Details

    • GetIINDetailsRequest

      public GetIINDetailsRequest()
  • Method Details

    • getBin

      public String 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

      public void setBin(String value)
      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

      public GetIINDetailsRequest withBin(String value)
      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

      public PaymentContext getPaymentContext()
    • setPaymentContext

      public void setPaymentContext(PaymentContext value)
    • withPaymentContext

      public GetIINDetailsRequest withPaymentContext(PaymentContext value)