@suluk/billing - v0.2.0
↑ Suluk
GitHub
Preparing search index...
TaxAddress
Interface TaxAddress
A buyer's tax location (from a saved card's billing address).
interface
TaxAddress
{
country
:
string
;
state
:
string
|
null
;
postalCode
:
string
|
null
;
city
:
string
|
null
;
line1
:
string
|
null
;
}
Index
Properties
country
state
postal
Code
city
line1
Properties
country
country
:
string
state
state
:
string
|
null
postal
Code
postalCode
:
string
|
null
city
city
:
string
|
null
line1
line1
:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
country
state
postal
Code
city
line1
↑ Suluk
GitHub
@suluk/billing - v0.2.0
Loading...
A buyer's tax location (from a saved card's billing address).