public virtual Task <SetupIntent> UpdateAsync(string paymentIntentId, SetupIntentUpdateOptions options, RequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken)) { return(this.UpdateEntityAsync(paymentIntentId, options, requestOptions, cancellationToken)); }
public virtual SetupIntent Update(string paymentIntentId, SetupIntentUpdateOptions options, RequestOptions requestOptions = null) { return(this.UpdateEntity(paymentIntentId, options, requestOptions)); }