stripeCustomerId property

String? get stripeCustomerId

Implementation

String? get stripeCustomerId => _$this._stripeCustomerId;
set stripeCustomerId (String? stripeCustomerId)

Implementation

set stripeCustomerId(String? stripeCustomerId) =>
    _$this._stripeCustomerId = stripeCustomerId;