channel property

Implementation

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

Implementation

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