public virtual Task <SetupIntent> GetAsync(string paymentIntentId, SetupIntentGetOptions options = null, RequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken)) { return(this.GetEntityAsync(paymentIntentId, options, requestOptions, cancellationToken)); }
public virtual SetupIntent Get(string paymentIntentId, SetupIntentGetOptions options = null, RequestOptions requestOptions = null) { return(this.GetEntity(paymentIntentId, options, requestOptions)); }