cryptocurrency_amount property
read / write
The paid amount, in the smallest units of the cryptocurrency.
; string representation of int, use int.parse
Implementation
late int64 cryptocurrency_amount;
The paid amount, in the smallest units of the cryptocurrency.
; string representation of int, use int.parse
late int64 cryptocurrency_amount;