/**
 * AdvancedBilling
 *
 * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
import { Schema } from '../schema';
/**
 * Enum for TaxDestinationAddress
 */
export declare enum TaxDestinationAddress {
    ShippingThenBilling = "shipping_then_billing",
    BillingThenShipping = "billing_then_shipping",
    ShippingOnly = "shipping_only",
    BillingOnly = "billing_only"
}
/**
 * Schema for TaxDestinationAddress
 */
export declare const taxDestinationAddressSchema: Schema<TaxDestinationAddress>;
