payerId property

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

PayPal Merchant ID. Character length and limitations: 13 single-byte alphanumeric characters.

Implementation

@BuiltValueField(wireName: r'payerId')
String get payerId;