UNPKG

@paciolan/cybersource-sdk

Version:
67 lines (66 loc) 3.2 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 Ptsv2paymentsTravelInformationAutoRentalRentalAddress */ export interface Ptsv2paymentsTravelInformationAutoRentalRentalAddress { /** * City in which the auto was rented. For authorizations, this field is supported for Visa, MasterCard, and American Express. For captures, this field is supported only for American Express. For all other card types, this field is ignored. * @type {string} * @memberof Ptsv2paymentsTravelInformationAutoRentalRentalAddress */ city?: string; /** * State in which the auto was rented. Use the [State, Province, and Territory Codes for the United States and Canada](https://developer.cybersource.com/library/documentation/sbc/quickref/states_and_provinces.pdf). * @type {string} * @memberof Ptsv2paymentsTravelInformationAutoRentalRentalAddress */ state?: string; /** * Country where the auto was rented. Use the [ISO Standard Country Codes.](https://developer.cybersource.com/library/documentation/sbc/quickref/countries_alpha_list.pdf) This field is supported only for American Express. * @type {string} * @memberof Ptsv2paymentsTravelInformationAutoRentalRentalAddress */ country?: string; /** * The agency code, address, phone number, etc., used to identify the location where the vehicle was rented. * @type {string} * @memberof Ptsv2paymentsTravelInformationAutoRentalRentalAddress */ locationId?: string; /** * Address from where the vehicle was rented. * @type {string} * @memberof Ptsv2paymentsTravelInformationAutoRentalRentalAddress */ address1?: string; /** * Address from where the vehicle was rented. * @type {string} * @memberof Ptsv2paymentsTravelInformationAutoRentalRentalAddress */ address2?: string; /** * When merchant wants to send the rental address's postal code. * @type {string} * @memberof Ptsv2paymentsTravelInformationAutoRentalRentalAddress */ postalCode?: string; /** * This field contains the location where a taxi passenger was picked up or where an auto rental vehicle was picked up. In most cases, this is the rental agency's business name that appears on the storefront and/or customer receipts, commonly referred to as the DBA (Doing Business As) name. However, if the vehicle was picked up at another location (e.g., a hotel,auto dealership, repair shop, etc.), the name of that location should be used. This entry must be easily recognized by the Cardmember to avoid unnecessary inquiries. If the name is more than 38 characters, use proper and meaningful abbreviation, when possible. * @type {string} * @memberof Ptsv2paymentsTravelInformationAutoRentalRentalAddress */ location?: string; }