TDV Adapter for Shopify

Build 22.0.8462

ApplicationCredit

Create or view Application Credit for Billing.

Table-Specific Information

Select

The adapter processes all filters client-side within the adapter. The following queries are the only ones processed server side:

SELECT * FROM ApplicationCredit

SELECT * FROM ApplicationCredit WHERE Id='123'

Insert


Insert Into ApplicationCredit (Amount, Description, Test) VALUES ('100', 'succes or failure', 'true')

Columns

Name Type ReadOnly References Description
Id [KEY] Long False

The ID of the application credit.

Amount Decimal False

The amount refunded by the application credit.

Description String False

The description of the application credit.

Test String False

Whether the application credit is a test transaction. Valid values: true,null

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