UNPKG

inventora-shopify-admin-api

Version:

Shopify Admin API is a NodeJS library built to help developers easily authenticate and make calls against the Shopify API. It was inspired by and borrows heavily from ShopifySharp.

9 lines (8 loc) 255 B
import { ShopifyObject } from "./base"; export interface PaymentDetails extends ShopifyObject { avs_result_code?: string; credit_card_bin?: string; cvv_result_code?: string; credit_card_number?: string; credit_card_company?: string; }