amount property

  1. @BuiltValueField.new(wireName: r'amount')
String get amount

The billing amount (in minor units) of the recurring transactions.

Implementation

@BuiltValueField(wireName: r'amount')
String get amount;