Payer constructor

const Payer({
  1. String? emailAddress,
  2. String? payerId,
})

Implementation

const Payer({this.emailAddress, this.payerId});