UNPKG

cybersource-api

Version:

Module for connect with CyberSource by soap methods.

8 lines 206 B
export = PurchaseTotals; declare class PurchaseTotals { currency:string; grandTotalAmount:string; constructor(currency:string,grandTotalAmount:string); getJSON():anuy; getOnlyCurrencyJSON():any; }