stripeCustomerId property

  1. @BuiltValueField.new(wireName: r'stripe_customer_id')
String? get stripeCustomerId

The unique identifier of the user in Stripe.

Implementation

@BuiltValueField(wireName: r'stripe_customer_id')
String? get stripeCustomerId;