amount property

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

The amount of credits to withdraw

Implementation

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