DeviceCheckoutOptions constructor
DeviceCheckoutOptions({
- String? deviceId,
- bool? skipReceiptScreen,
- TipSettings? tipSettings,
Implementation
DeviceCheckoutOptions({
this.deviceId, this.skipReceiptScreen, this.tipSettings
});