wallet property

  1. @BuiltValueField.new(wireName: r'wallet')
Wallet? get wallet

Contains information about the wallet for which the network token is provisioned. Returned only when type is wallet.

Implementation

@BuiltValueField(wireName: r'wallet')
Wallet? get wallet;