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