Interface protos.google.cloud.retail.v2alpha.IPurchaseTransaction (1.2.2)

Properties of a PurchaseTransaction.

Package

@google-cloud/retail!

Properties

cost

cost?: (number|null);

PurchaseTransaction cost

Property Value
TypeDescription
(number|null)

currencyCode

currencyCode?: (string|null);

PurchaseTransaction currencyCode

Property Value
TypeDescription
(string|null)

id

id?: (string|null);

PurchaseTransaction id

Property Value
TypeDescription
(string|null)

revenue

revenue?: (number|null);

PurchaseTransaction revenue

Property Value
TypeDescription
(number|null)

tax

tax?: (number|null);

PurchaseTransaction tax

Property Value
TypeDescription
(number|null)