DeviceCheckoutOptions constructor

DeviceCheckoutOptions({
  1. String? deviceId,
  2. bool? skipReceiptScreen,
  3. TipSettings? tipSettings,
})

Implementation

DeviceCheckoutOptions({
  this.deviceId, this.skipReceiptScreen, this.tipSettings
});