isCustomerIdExist static method
Implementation
static bool isCustomerIdExist(SetupStripePayment paymentIntent) =>
paymentIntent.customerId != null;
static bool isCustomerIdExist(SetupStripePayment paymentIntent) =>
paymentIntent.customerId != null;