isCustomerIdExist static method

bool isCustomerIdExist(
  1. SetupStripePayment paymentIntent
)

Implementation

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