UNPKG

cybersource-api

Version:

Module for connect with CyberSource by soap methods.

16 lines (10 loc) 312 B
import PurchaseTotals = require("../PurchaseTotals"); export = CaptureRequest; declare class CaptureRequest { merchantID:string; merchantReferenceCode:string; purchaseTotals:PurchaseTotals; ccCaptureService: any; constructor(merchantReferenceCode:string,authorization:string) getJSON():any; }