public virtual Task <Card> CreateAsync(string customerId, CardCreateOptions options, RequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken)) { return(this.CreateNestedEntityAsync(customerId, options, requestOptions, cancellationToken)); }
public virtual Card Create(string customerId, CardCreateOptions options, RequestOptions requestOptions = null) { return(this.CreateNestedEntity(customerId, options, requestOptions)); }