@paciolan/cybersource-sdk
Version:
CyberSource REST API Typescript SDK
25 lines (24 loc) • 1.01 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 Vasv2taxBuyerInformation
*/
export interface Vasv2taxBuyerInformation {
/**
* Customer's government-assigned tax identification number. #### Tax Calculation Optional for international and value added taxes only. Not applicable to U.S. and Canadian taxes. For processor-specific information, see the purchaser_vat_registration_number field in [Level II and Level III Processing Using the SCMP API.](http://apps.cybersource.com/library/documentation/dev_guides/Level_2_3_SCMP_API/html)
* @type {string}
* @memberof Vasv2taxBuyerInformation
*/
vatRegistrationNumber?: string;
}