checkoutAttemptId property

String? get checkoutAttemptId

Implementation

String? get checkoutAttemptId => _$this._checkoutAttemptId;
set checkoutAttemptId (String? checkoutAttemptId)

Implementation

set checkoutAttemptId(String? checkoutAttemptId) =>
    _$this._checkoutAttemptId = checkoutAttemptId;