UNPKG

@paciolan/cybersource-sdk

Version:
43 lines (42 loc) 1.48 kB
/** * CyberSource Merged Spec * All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html * * OpenAPI spec version: 0.0.1 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ /** * * @export * @interface TssV2TransactionsGet200ResponsePaymentInformationIssuerInformation */ export interface TssV2TransactionsGet200ResponsePaymentInformationIssuerInformation { /** * This field contains the issuer name. * @type {string} * @memberof TssV2TransactionsGet200ResponsePaymentInformationIssuerInformation */ name?: string; /** * This field contains [2-character ISO Country Codes](http://apps.cybersource.com/library/documentation/sbc/quickref/countries_alpha_list.pdf) for the issuer. * @type {string} * @memberof TssV2TransactionsGet200ResponsePaymentInformationIssuerInformation */ country?: string; /** * This field contains the length of the BIN. * @type {string} * @memberof TssV2TransactionsGet200ResponsePaymentInformationIssuerInformation */ binLength?: string; /** * This field contains the customer service phone number for the issuer. * @type {string} * @memberof TssV2TransactionsGet200ResponsePaymentInformationIssuerInformation */ phoneNumber?: string; }