amount property

double? get amount
inherited

An optional amount to display for setup intents. Google Pay may or may not display this amount depending on its own internal logic. Defaults to 0 if none is provided.

Implementation

double? get amount => throw _privateConstructorUsedError;