import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciOspGatewayInvoiceConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/osp_gateway_invoice#compartment_id DataOciOspGatewayInvoice#compartment_id}
    */
    readonly compartmentId: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/osp_gateway_invoice#id DataOciOspGatewayInvoice#id}
    *
    * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
    * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
    */
    readonly id?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/osp_gateway_invoice#internal_invoice_id DataOciOspGatewayInvoice#internal_invoice_id}
    */
    readonly internalInvoiceId: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/osp_gateway_invoice#osp_home_region DataOciOspGatewayInvoice#osp_home_region}
    */
    readonly ospHomeRegion: string;
}
export interface DataOciOspGatewayInvoiceBillToAddressCountry {
}
export declare function dataOciOspGatewayInvoiceBillToAddressCountryToTerraform(struct?: DataOciOspGatewayInvoiceBillToAddressCountry): any;
export declare function dataOciOspGatewayInvoiceBillToAddressCountryToHclTerraform(struct?: DataOciOspGatewayInvoiceBillToAddressCountry): any;
export declare class DataOciOspGatewayInvoiceBillToAddressCountryOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciOspGatewayInvoiceBillToAddressCountry | undefined;
    set internalValue(value: DataOciOspGatewayInvoiceBillToAddressCountry | undefined);
    get ascii3CountryCode(): string;
    get countryCode(): string;
    get countryId(): number;
    get countryName(): string;
    get languageId(): number;
}
export declare class DataOciOspGatewayInvoiceBillToAddressCountryList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciOspGatewayInvoiceBillToAddressCountryOutputReference;
}
export interface DataOciOspGatewayInvoiceBillToAddress {
}
export declare function dataOciOspGatewayInvoiceBillToAddressToTerraform(struct?: DataOciOspGatewayInvoiceBillToAddress): any;
export declare function dataOciOspGatewayInvoiceBillToAddressToHclTerraform(struct?: DataOciOspGatewayInvoiceBillToAddress): any;
export declare class DataOciOspGatewayInvoiceBillToAddressOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciOspGatewayInvoiceBillToAddress | undefined;
    set internalValue(value: DataOciOspGatewayInvoiceBillToAddress | undefined);
    get addressLine1(): string;
    get addressLine2(): string;
    get addressLine3(): string;
    get addressLine4(): string;
    get city(): string;
    get companyName(): string;
    get contactName(): string;
    private _country;
    get country(): DataOciOspGatewayInvoiceBillToAddressCountryList;
    get county(): string;
    get postalCode(): string;
    get province(): string;
    get state(): string;
    get streetName(): string;
    get streetNumber(): string;
}
export declare class DataOciOspGatewayInvoiceBillToAddressList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciOspGatewayInvoiceBillToAddressOutputReference;
}
export interface DataOciOspGatewayInvoiceCurrency {
}
export declare function dataOciOspGatewayInvoiceCurrencyToTerraform(struct?: DataOciOspGatewayInvoiceCurrency): any;
export declare function dataOciOspGatewayInvoiceCurrencyToHclTerraform(struct?: DataOciOspGatewayInvoiceCurrency): any;
export declare class DataOciOspGatewayInvoiceCurrencyOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciOspGatewayInvoiceCurrency | undefined;
    set internalValue(value: DataOciOspGatewayInvoiceCurrency | undefined);
    get currencyCode(): string;
    get currencySymbol(): string;
    get name(): string;
    get roundDecimalPoint(): number;
    get usdConversion(): number;
}
export declare class DataOciOspGatewayInvoiceCurrencyList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciOspGatewayInvoiceCurrencyOutputReference;
}
export interface DataOciOspGatewayInvoiceLastPaymentDetail {
}
export declare function dataOciOspGatewayInvoiceLastPaymentDetailToTerraform(struct?: DataOciOspGatewayInvoiceLastPaymentDetail): any;
export declare function dataOciOspGatewayInvoiceLastPaymentDetailToHclTerraform(struct?: DataOciOspGatewayInvoiceLastPaymentDetail): any;
export declare class DataOciOspGatewayInvoiceLastPaymentDetailOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciOspGatewayInvoiceLastPaymentDetail | undefined;
    set internalValue(value: DataOciOspGatewayInvoiceLastPaymentDetail | undefined);
    get accountNumber(): string;
    get amountPaid(): number;
    get cardType(): string;
    get creditCardType(): string;
    get echeckRouting(): string;
    get lastDigits(): string;
    get nameOnCard(): string;
    get paidBy(): string;
    get paymentMethod(): string;
    get paypalId(): string;
    get paypalReference(): string;
    get routingNumber(): string;
    get timeExpiration(): string;
    get timePaidOn(): string;
}
export declare class DataOciOspGatewayInvoiceLastPaymentDetailList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciOspGatewayInvoiceLastPaymentDetailOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/osp_gateway_invoice oci_osp_gateway_invoice}
*/
export declare class DataOciOspGatewayInvoice extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_osp_gateway_invoice";
    /**
    * Generates CDKTF code for importing a DataOciOspGatewayInvoice resource upon running "cdktf plan <stack-name>"
    * @param scope The scope in which to define this construct
    * @param importToId The construct id used in the generated config for the DataOciOspGatewayInvoice to import
    * @param importFromId The id of the existing DataOciOspGatewayInvoice that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/osp_gateway_invoice#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciOspGatewayInvoice to import is found
    */
    static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): cdktf.ImportableResource;
    /**
    * Create a new {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/osp_gateway_invoice oci_osp_gateway_invoice} Data Source
    *
    * @param scope The scope in which to define this construct
    * @param id The scoped construct ID. Must be unique amongst siblings in the same scope
    * @param options DataOciOspGatewayInvoiceConfig
    */
    constructor(scope: Construct, id: string, config: DataOciOspGatewayInvoiceConfig);
    private _billToAddress;
    get billToAddress(): DataOciOspGatewayInvoiceBillToAddressList;
    private _compartmentId?;
    get compartmentId(): string;
    set compartmentId(value: string);
    get compartmentIdInput(): string | undefined;
    private _currency;
    get currency(): DataOciOspGatewayInvoiceCurrencyList;
    private _id?;
    get id(): string;
    set id(value: string);
    resetId(): void;
    get idInput(): string | undefined;
    private _internalInvoiceId?;
    get internalInvoiceId(): string;
    set internalInvoiceId(value: string);
    get internalInvoiceIdInput(): string | undefined;
    get invoiceAmount(): number;
    get invoiceAmountAdjusted(): number;
    get invoiceAmountApplied(): number;
    get invoiceAmountCredited(): number;
    get invoiceAmountDue(): number;
    get invoiceId(): string;
    get invoiceNumber(): string;
    get invoicePoNumber(): string;
    get invoiceRefNumber(): string;
    get invoiceStatus(): string;
    get invoiceType(): string;
    get isCreditCardPayable(): cdktf.IResolvable;
    get isDisplayDownloadPdf(): cdktf.IResolvable;
    get isPayable(): cdktf.IResolvable;
    get isPdfEmailAvailable(): cdktf.IResolvable;
    private _lastPaymentDetail;
    get lastPaymentDetail(): DataOciOspGatewayInvoiceLastPaymentDetailList;
    private _ospHomeRegion?;
    get ospHomeRegion(): string;
    set ospHomeRegion(value: string);
    get ospHomeRegionInput(): string | undefined;
    get paymentTerms(): string;
    get preferredEmail(): string;
    get subscriptionIds(): string[];
    get tax(): number;
    get timeInvoice(): string;
    get timeInvoiceDue(): string;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
