EphemeralKeyCreateOptions constructor

const EphemeralKeyCreateOptions({
  1. String? customer,
  2. List<String>? expand,
  3. String? issuingCard,
  4. String? nonce,
  5. String? verificationSession,
})

Implementation

const EphemeralKeyCreateOptions({
  this.customer,
  this.expand,
  this.issuingCard,
  this.nonce,
  this.verificationSession,
});