public class IINDetail extends Object
| Constructor and Description |
|---|
IINDetail() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCardType()
The card's type as categorised by the payment method.
|
Boolean |
getIsAllowedInContext()
Populated only if you submitted a payment context.
|
Integer |
getPaymentProductId()
The payment product identifier associated with the card.
|
void |
setCardType(String value)
The card's type as categorised by the payment method.
|
void |
setIsAllowedInContext(Boolean value)
Populated only if you submitted a payment context.
|
void |
setPaymentProductId(Integer value)
The payment product identifier associated with the card.
|
IINDetail |
withCardType(String value)
The card's type as categorised by the payment method.
|
IINDetail |
withIsAllowedInContext(Boolean value)
Populated only if you submitted a payment context.
|
IINDetail |
withPaymentProductId(Integer value)
The payment product identifier associated with the card.
|
public String getCardType()
public void setCardType(String value)
public IINDetail withCardType(String value)
public Boolean getIsAllowedInContext()
public void setIsAllowedInContext(Boolean value)
public IINDetail withIsAllowedInContext(Boolean value)
public Integer getPaymentProductId()
public void setPaymentProductId(Integer value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.