currency property

  1. @JsonKey(name: "currency")
String? get currency
inherited

Required in order to add the card to a Connect account (in all other cases, this parameter is not used).

Implementation

@JsonKey(name: "currency")
String? get currency => throw _privateConstructorUsedError;