JDBC Driver for Shopify

Build 23.0.8839

ApplicationCharges

Create or view Application Charges for Billing.

Table-Specific Information

Select

The 本製品 processes all filters client-side within the 本製品. The following queries are the only ones processed server-side:
SELECT * FROM ApplicationCharges WHERE Id = '123'

Insert


INSERT INTO ApplicationCharges ( Test ) VALUES ( 'true' )

Columns

Name Type ReadOnly References Description
Id [KEY] Long True

The Unique Identifier of the Application Charge

Name String False

The Order Number

ApiClientId Long True

The API Client ID

Price Decimal False

The price of the application charge

Status String True

The status of the application charge. Valid Values are: pending, active, declined, expired

ReturnUrl String False

The URL where the merchant is redirected after accepting a charge.

Test String False

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

CreatedAt Datetime True

The date and time (ISO 8601 format) when the application charge was created.

UpdatedAt Datetime True

The date and time (ISO 8601 format) when the application charge was last updated.

ChargeType String True

The type of the application charge

DecoratedReturnUrl String True

The decorated return url

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839