checkoutSessionId property

String? get checkoutSessionId

Implementation

String? get checkoutSessionId => _$this._checkoutSessionId;
set checkoutSessionId (String? checkoutSessionId)

Implementation

set checkoutSessionId(String? checkoutSessionId) =>
    _$this._checkoutSessionId = checkoutSessionId;