UNPKG

@paciolan/cybersource-sdk

Version:
31 lines (30 loc) 1.03 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 RiskV1AddressVerificationsPost201ResponseAddressVerificationInformationBarCode */ export interface RiskV1AddressVerificationsPost201ResponseAddressVerificationInformationBarCode { /** * Delivery point bar code determined from the input address. * @type {string} * @memberof RiskV1AddressVerificationsPost201ResponseAddressVerificationInformationBarCode */ value?: string; /** * Check digit for the 11-digit delivery point bar code. * @type {number} * @memberof RiskV1AddressVerificationsPost201ResponseAddressVerificationInformationBarCode */ checkDigit?: number; }