channel property

Implementation

CreateCheckoutSessionResponseChannelEnum? get channel => _$this._channel;

Implementation

set channel(CreateCheckoutSessionResponseChannelEnum? channel) =>
    _$this._channel = channel;