/**
 * 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 Upv1capturecontextsOrderInformationBillToCompany
 */
export interface Upv1capturecontextsOrderInformationBillToCompany {
    /**
     * Name of the customer's company.
     * @type {string}
     * @memberof Upv1capturecontextsOrderInformationBillToCompany
     */
    name?: string;
    /**
     * Payment card billing street address as it appears on the credit card issuer's records.
     * @type {string}
     * @memberof Upv1capturecontextsOrderInformationBillToCompany
     */
    address1?: string;
    /**
     * Used for additional address information. For example: _Attention: Accounts Payable_ Optional field.
     * @type {string}
     * @memberof Upv1capturecontextsOrderInformationBillToCompany
     */
    address2?: string;
    /**
     * Additional address information (third line of the billing address)
     * @type {string}
     * @memberof Upv1capturecontextsOrderInformationBillToCompany
     */
    address3?: string;
    /**
     * Additional address information (fourth line of the billing address)
     * @type {string}
     * @memberof Upv1capturecontextsOrderInformationBillToCompany
     */
    address4?: string;
    /**
     * State or province of the billing address. 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 Upv1capturecontextsOrderInformationBillToCompany
     */
    administrativeArea?: string;
    /**
     * Building number in the street address.
     * @type {string}
     * @memberof Upv1capturecontextsOrderInformationBillToCompany
     */
    buildingNumber?: string;
    /**
     * Payment card billing country. Use the two-character [ISO Standard Country Codes](http://apps.cybersource.com/library/documentation/sbc/quickref/countries_alpha_list.pdf).
     * @type {string}
     * @memberof Upv1capturecontextsOrderInformationBillToCompany
     */
    country?: string;
    /**
     * Customer's neighborhood, community, or region (a barrio in Brazil) within the city or municipality
     * @type {string}
     * @memberof Upv1capturecontextsOrderInformationBillToCompany
     */
    district?: string;
    /**
     * Payment card billing city.
     * @type {string}
     * @memberof Upv1capturecontextsOrderInformationBillToCompany
     */
    locality?: string;
    /**
     * Postal code for the billing address. The postal code must consist of 5 to 9 digits.
     * @type {string}
     * @memberof Upv1capturecontextsOrderInformationBillToCompany
     */
    postalCode?: string;
}
