UNPKG

amazon-pay-async

Version:

API wrapper for Amazon Pay using promises and defining types

9 lines (8 loc) 246 B
export declare class AmazonResponse { private method; private rawResponse; private primaryKey; private subKey; constructor(method: string, rawResponse: any, primaryKey?: string, subKey?: string); readonly response: any; }