SetPassUpdateNoticeRequest constructor

SetPassUpdateNoticeRequest({
  1. String? externalPassId,
  2. String? updateUri,
  3. String? updatedPassJwtSignature,
})

Implementation

SetPassUpdateNoticeRequest({
  this.externalPassId,
  this.updateUri,
  this.updatedPassJwtSignature,
});