Esempio n. 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));
 }
Esempio n. 2
0
 public virtual SetupIntent Get(string paymentIntentId, SetupIntentGetOptions options = null, RequestOptions requestOptions = null)
 {
     return(this.GetEntity(paymentIntentId, options, requestOptions));
 }