withStatus method

PaymentSetupIntentBuilder withStatus(
  1. String status
)

Implementation

PaymentSetupIntentBuilder withStatus(String status) {
  _status = status;
  return this;
}