PortalSession constructor

PortalSession({
  1. String? id,
  2. String? object,
  3. int? created,
  4. String? customer,
  5. bool? livemode,
  6. String? returnUrl,
  7. String? url,
})

Implementation

PortalSession({
  this.id,
  this.object,
  this.created,
  this.customer,
  this.livemode,
  this.returnUrl,
  this.url,
});