paypal property

String get paypal

Returns a random email of PayPal account.

Example:

Payment().paypal; // "urge2051@outlook.com"

Implementation

String get paypal => Person(seed: seed).email();