Uses of Class
com.onlinepayments.domain.GetIINDetailsResponse
Packages that use GetIINDetailsResponse
-
Uses of GetIINDetailsResponse in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return GetIINDetailsResponseModifier and TypeMethodDescriptionGetIINDetailsResponse.withCardType(String value) The card's type as categorised by the payment method.GetIINDetailsResponse.withCoBrands(List<IINDetail> value) List of IIN detailsGetIINDetailsResponse.withCountryCode(String value) The ISO 3166-1 alpha-2 country code of the country where the card was issued.GetIINDetailsResponse.withIsAllowedInContext(Boolean value) Populated only if you submitted a payment context.GetIINDetailsResponse.withPaymentProductId(Integer value) Payment product identifier - Please see Products documentation for a full overview of possible values. -
Uses of GetIINDetailsResponse in com.onlinepayments.merchant.services
Methods in com.onlinepayments.merchant.services that return GetIINDetailsResponseModifier and TypeMethodDescriptionServicesClient.getIINDetails(GetIINDetailsRequest body) Resource /v2/{merchantId}/services/getIINdetails - Get IIN detailsServicesClient.getIINDetails(GetIINDetailsRequest body, CallContext context) Resource /v2/{merchantId}/services/getIINdetails - Get IIN detailsServicesClientInterface.getIINDetails(GetIINDetailsRequest body) Resource /v2/{merchantId}/services/getIINdetails - Get IIN detailsServicesClientInterface.getIINDetails(GetIINDetailsRequest body, CallContext context) Resource /v2/{merchantId}/services/getIINdetails - Get IIN details