@paciolan/cybersource-sdk
Version:
CyberSource REST API Typescript SDK
37 lines (36 loc) • 1.71 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 Riskv1exportcomplianceinquiriesOrderInformationShipTo
*/
export interface Riskv1exportcomplianceinquiriesOrderInformationShipTo {
/**
* Country of the shipping address. Use the two-character [ISO Standard Country Codes.](http://apps.cybersource.com/library/documentation/sbc/quickref/countries_alpha_list.pdf) Required field for authorization if any shipping address information is included in the request; otherwise, optional. #### Tax Calculation Optional field for U.S., Canadian, international tax, and value added taxes. Billing address objects will be used to determine the cardholder's location when shipTo objects are not present.
* @type {string}
* @memberof Riskv1exportcomplianceinquiriesOrderInformationShipTo
*/
country?: string;
/**
* First name of the recipient. #### Litle Maximum length: 25 #### All other processors Maximum length: 60 Optional field.
* @type {string}
* @memberof Riskv1exportcomplianceinquiriesOrderInformationShipTo
*/
firstName?: string;
/**
* Last name of the recipient. #### Litle Maximum length: 25 #### All other processors Maximum length: 60 Optional field.
* @type {string}
* @memberof Riskv1exportcomplianceinquiriesOrderInformationShipTo
*/
lastName?: string;
}