export declare class BankcardRequestBody { image?: string; url?: string; private 'return_text_location'?; constructor(); withImage(image: string): BankcardRequestBody; withUrl(url: string): BankcardRequestBody; withReturnTextLocation(returnTextLocation: boolean): BankcardRequestBody; set returnTextLocation(returnTextLocation: boolean | undefined); get returnTextLocation(): boolean | undefined; } //# sourceMappingURL=BankcardRequestBody.d.ts.map