@xylabs/sdk-react
Preparing search index...
GoogleRefundProperties
Interface GoogleRefundProperties
interface
GoogleRefundProperties
{
affiliation
?:
string
;
coupon
?:
string
;
currency
?:
string
;
items
?:
GoogleItem
[]
;
shipping
?:
number
;
tax
?:
number
;
transaction_id
?:
string
;
value
?:
number
;
[
key
:
string
]:
unknown
;
}
Hierarchy (
View Summary
)
GoogleValueProperties
GoogleItemsProperties
GoogleRefundProperties
Indexable
[
key
:
string
]:
unknown
Index
Properties
affiliation?
coupon?
currency?
items?
shipping?
tax?
transaction_
id?
value?
Properties
Optional
affiliation
affiliation
?:
string
Optional
coupon
coupon
?:
string
Optional
currency
currency
?:
string
Optional
items
items
?:
GoogleItem
[]
Optional
shipping
shipping
?:
number
Optional
tax
tax
?:
number
Optional
transaction_
id
transaction_id
?:
string
Optional
value
value
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
affiliation
coupon
currency
items
shipping
tax
transaction_
id
value
@xylabs/sdk-react
Loading...