コード例 #1
0
 public virtual Task <IExternalAccount> GetAsync(string accountId, string externalAccountId, ExternalAccountGetOptions options = null, RequestOptions requestOptions = null, CancellationToken cancellationToken = default)
 {
     return(this.GetNestedEntityAsync(accountId, externalAccountId, options, requestOptions, cancellationToken));
 }
コード例 #2
0
 public virtual IExternalAccount Get(string accountId, string externalAccountId, ExternalAccountGetOptions options = null, RequestOptions requestOptions = null)
 {
     return(this.GetNestedEntity(accountId, externalAccountId, options, requestOptions));
 }