paypalPayerStatus property

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

The status of the buyer's PayPal account. Example: unverified

Implementation

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