CardType

The 'card_type' field value is an enum value which is associated with the payment method of the specific payment instrument. For credit card payment method ensure attributes mentioned in dictionary below are set to corresponding values only. Ensure to comply with the naming standards provided in below dictionary. For example, some Payment processors use “Japan Credit Bureau” but “JCB” should be used when calling Fraud API. Incorrect card_type - brand combination will result in data quality issues and result in degraded risk recommendation. 'card_type' is an enum value with the following mapping with Payment brand attribute: * card_type : brand * -------------------------------------------------------- * AMERICAN_EXPRESS : AMERICAN_EXPRESS * DINERS_CLUB : DINERS_CLUB_INTERNATIONAL * DINERS_CLUB : BC_CARD * DISCOVER : DISCOVER * DISCOVER : BC_CARD * DISCOVER : DINERS_CLUB_INTERNATIONAL * DISCOVER : JCB * JCB : JCB * MASTER_CARD : MASTER_CARD * MASTER_CARD : MAESTRO * MASTER_CARD : POSTEPAY_MASTERCARD * SOLO : SOLO * SWITCH : SWITCH * MAESTRO : MAESTRO * CHINA_UNION_PAY : CHINA_UNION_PAY * UATP : UATP * UATP : UATP_SUPPLY * UATP : AIR_PLUS * UATP : UA_PASS_PLUS * VISA : VISA * VISA : VISA_DELTA * VISA : VISA_ELECTRON * VISA : CARTA_SI * VISA : CARTE_BLEUE * VISA : VISA_DANKORT * VISA : POSTEPAY_VISA_ELECTRON Values: AMERICAN_EXPRESS,DINERS_CLUB,DISCOVER,JCB,MASTER_CARD,SOLO,SWITCH,MAESTRO,CHINA_UNION_PAY,UATP,VISA

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
private final String value

Functions

Link copied to clipboard

The 'card_type' field value is an enum value which is associated with the payment method of the specific payment instrument. For credit card payment method ensure attributes mentioned in dictionary below are set to corresponding values only. Ensure to comply with the naming standards provided in below dictionary. For example, some Payment processors use “Japan Credit Bureau” but “JCB” should be used when calling Fraud API. Incorrect card_type - brand combination will result in data quality issues and result in degraded risk recommendation. 'card_type' is an enum value with the following mapping with Payment brand attribute: * card_type : brand * -------------------------------------------------------- * AMERICAN_EXPRESS : AMERICAN_EXPRESS * DINERS_CLUB : DINERS_CLUB_INTERNATIONAL * DINERS_CLUB : BC_CARD * DISCOVER : DISCOVER * DISCOVER : BC_CARD * DISCOVER : DINERS_CLUB_INTERNATIONAL * DISCOVER : JCB * JCB : JCB * MASTER_CARD : MASTER_CARD * MASTER_CARD : MAESTRO * MASTER_CARD : POSTEPAY_MASTERCARD * SOLO : SOLO * SWITCH : SWITCH * MAESTRO : MAESTRO * CHINA_UNION_PAY : CHINA_UNION_PAY * UATP : UATP * UATP : UATP_SUPPLY * UATP : AIR_PLUS * UATP : UA_PASS_PLUS * VISA : VISA * VISA : VISA_DELTA * VISA : VISA_ELECTRON * VISA : CARTA_SI * VISA : CARTE_BLEUE * VISA : VISA_DANKORT * VISA : POSTEPAY_VISA_ELECTRON Values: AMERICAN_EXPRESS,DINERS_CLUB,DISCOVER,JCB,MASTER_CARD,SOLO,SWITCH,MAESTRO,CHINA_UNION_PAY,UATP,VISA

Link copied to clipboard
public final String getValue()
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.