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