Customer constructor

Customer({
  1. String? ephemeralKeySecret,
  2. String? id,
})

Implementation

Customer({this.ephemeralKeySecret, this.id});