@suluk/billing - v0.2.0
    Preparing search index...

    Interface TaxLocation

    A buyer's tax location. The saved card's BILLING ADDRESS is preferred (precise + works off-session); the request IP is the fallback for a first on-session purchase where no card is saved yet.

    interface TaxLocation {
        address?: TaxAddress | null;
        ip?: string | null;
    }
    Index

    Properties

    Properties

    address?: TaxAddress | null
    ip?: string | null