UNPKG

@paciolan/cybersource-sdk

Version:
97 lines (96 loc) 4.66 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 PtsV2PaymentsPost201ResponseOrderInformationBillTo */ export interface PtsV2PaymentsPost201ResponseOrderInformationBillTo { /** * * @type {string} * @memberof PtsV2PaymentsPost201ResponseOrderInformationBillTo */ firstName?: string; /** * * @type {string} * @memberof PtsV2PaymentsPost201ResponseOrderInformationBillTo */ lastName?: string; /** * First line of the billing street address. * @type {string} * @memberof PtsV2PaymentsPost201ResponseOrderInformationBillTo */ address1?: string; /** * Second line of the billing street address. * @type {string} * @memberof PtsV2PaymentsPost201ResponseOrderInformationBillTo */ address2?: string; /** * City of the billing address. * @type {string} * @memberof PtsV2PaymentsPost201ResponseOrderInformationBillTo */ locality?: string; /** * Postal code for the billing address. The postal code must consist of 5 to 9 digits. When the billing country is the U.S., the 9-digit postal code must follow this format: [5 digits][dash][4 digits] Example: 12345-6789 When the billing country is Canada, the 6-digit postal code must follow this format: [alpha][numeric][alpha][space] [numeric][alpha][numeric] Example: A1B 2C3 * @type {string} * @memberof PtsV2PaymentsPost201ResponseOrderInformationBillTo */ postalCode?: string; /** * State or province of the billing address. Use the State, Province, and Territory Codes for the United States and Canada. * @type {string} * @memberof PtsV2PaymentsPost201ResponseOrderInformationBillTo */ administrativeArea?: string; /** * Country of the billing address. Use the two-character ISO Standard Country Codes. * @type {string} * @memberof PtsV2PaymentsPost201ResponseOrderInformationBillTo */ country?: string; /** * Email address of the customer. * @type {string} * @memberof PtsV2PaymentsPost201ResponseOrderInformationBillTo */ email?: string; /** * #### Visa Platform Connect Contains one of the following values that will identify the phone number result code in the account verification response message: 'VERIFIED' - Customer verified 'UNVERIFIED' - Customer not verified 'FAILED' - Customer verification failed * @type {string} * @memberof PtsV2PaymentsPost201ResponseOrderInformationBillTo */ alternatePhoneNumberVerificationStatus?: string; /** * #### Visa Platform Connect Contains one of the following values that will identify the phone number result code in the account verification response message: 'VERIFIED' - Customer verified 'UNVERIFIED' - Customer not verified 'FAILED' - Customer verification failed * @type {string} * @memberof PtsV2PaymentsPost201ResponseOrderInformationBillTo */ alternateEmailVerificationStatus?: string; /** * Customer's phone number. It is recommended that you include the country code when the order is from outside the U.S. #### Chase Paymentech Solutions Optional field. #### Credit Mutuel-CIC Optional field. #### CyberSource through VisaNet Credit card networks cannot process transactions that contain non-ASCII characters. CyberSource through VisaNet accepts and stores non-ASCII characters correctly and displays them correctly in reports. However, the limitations of the credit card networks prevent CyberSource through VisaNet from transmitting non-ASCII characters to the credit card networks. Therefore, CyberSource through VisaNet replaces non-ASCII characters with meaningless ASCII characters for transmission to the credit card networks. #### For Payouts: This field may be sent only for FDC Compass. #### OmniPay Direct Optional field. #### SIX Optional field. #### TSYS Acquiring Solutions Optional field. #### Worldpay VAP Optional field. #### All other processors Not used. * @type {string} * @memberof PtsV2PaymentsPost201ResponseOrderInformationBillTo */ phoneNumber?: string; /** * Customer's name suffix. * @type {string} * @memberof PtsV2PaymentsPost201ResponseOrderInformationBillTo */ nameSuffix?: string; }