payerID property

  1. @BuiltValueField.new(wireName: r'payerID')
String? get payerID

The unique ID associated with the payer.

Implementation

@BuiltValueField(wireName: r'payerID')
String? get payerID;