@paciolan/cybersource-sdk
Version:
CyberSource REST API Typescript SDK
31 lines (30 loc) • 1.49 kB
TypeScript
/**
* 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 Tmsv2customersEmbeddedDefaultPaymentInstrumentCardTokenizedInformation
*/
export interface Tmsv2customersEmbeddedDefaultPaymentInstrumentCardTokenizedInformation {
/**
* Value that identifies your business and indicates that the cardholder's account number is tokenized. This value is assigned by the token service provider and is unique within the token service provider's database. **Note** This field is supported only through **VisaNet** and **FDC Nashville Global**.
* @type {string}
* @memberof Tmsv2customersEmbeddedDefaultPaymentInstrumentCardTokenizedInformation
*/
requestorID?: string;
/**
* Type of transaction that provided the token data. This value does not specify the token service provider; it specifies the entity that provided you with information about the token. Set the value for this field to 1. An application on the customer's mobile device provided the token data.
* @type {string}
* @memberof Tmsv2customersEmbeddedDefaultPaymentInstrumentCardTokenizedInformation
*/
transactionType?: string;
}