import { P2pPaymentMethodGroup } from './p2pPaymentMethodGroup'; export declare class P2pPaymentMethodsResponse { 'timestamp'?: number; 'method'?: string; 'code'?: number; 'message'?: string; 'data'?: Array; 'version'?: string; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }