cybersource-api
Version:
Module for connect with CyberSource by soap methods.
17 lines (12 loc) • 376 B
TypeScript
import PurchaseTotals = require("../PurchaseTotals");
export = ChargeSubscriptionRequest;
declare class ChargeSubscriptionRequest {
merchantID:string;
merchantReferenceCode:string;
ccAuthService:any;
ccCaptureService:any;
recurringSubscriptionInfo:any;
purchaseTotals:PurchaseTotals;
constructor(merchantReferenceCode:string,token:string)
getJSON():any;
}