ADO.NET Provider for Stripe

Build 23.0.8671

CustomerTax

Get the tax details for the customer.

Table Specific Information

Select

The provider supports the use of all columns as criteria in the WHERE clause of SELECT statements, as long as the SupportEnhancedSQL property is set to True. If the SupportEnhancedSQL property is set to False, you still can retrieve the Customers Tax list:

SELECT * FROM CustomerTax

Columns

Name Type References Description
CustomerId String The Id of the customer.
AutomaticTax String Surfaces if automatic tax computation is possible given the current customer location information.

使用できる値は次のとおりです。supported, not_collecting, unrecognized_location, failed

IPAddress String A recent IP address of the customer used for tax reporting and tax location inference.
Country String The customer's country as identified by Stripe Tax.
State String The customer's state, county, province, or region as identified by Stripe Tax.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
AccountId String The Id of the connected account to get customer discounts for

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 23.0.8671