Пример #1
0
 public virtual Task <SetupIntent> GetAsync(string paymentIntentId, SetupIntentGetOptions options = null, RequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(this.GetEntityAsync(paymentIntentId, options, requestOptions, cancellationToken));
 }
Пример #2
0
 public virtual SetupIntent Get(string paymentIntentId, SetupIntentGetOptions options = null, RequestOptions requestOptions = null)
 {
     return(this.GetEntity(paymentIntentId, options, requestOptions));
 }