RegisterCustomerOptions constructor

RegisterCustomerOptions({
  1. String? email,
  2. String? name,
  3. Map<String, dynamic>? metadata,
})

Implementation

RegisterCustomerOptions({
  this.email,
  this.name,
  this.metadata,
});