Interface protos.google.cloud.channel.v1.IPrice

Properties of a Price.

Package

@google-cloud/channel!

Properties

basePrice

basePrice?: (google.type.IMoney|null);

Price basePrice

Property Value
TypeDescription
(google.type.IMoney|null)

discount

discount?: (number|null);

Price discount

Property Value
TypeDescription
(number|null)

effectivePrice

effectivePrice?: (google.type.IMoney|null);

Price effectivePrice

Property Value
TypeDescription
(google.type.IMoney|null)

externalPriceUri

externalPriceUri?: (string|null);

Price externalPriceUri

Property Value
TypeDescription
(string|null)