recipientName property

String? get recipientName

the buyer's name.

Implementation

String? get recipientName => recipient?['name'];