export interface RetrieveBeneficiaryIDRequest { /** * ID of the beneficiary tokenization page. String starting with **hp\_ben\_**. */ beneficiary_page: string; } //# sourceMappingURL=RetrieveBeneficiaryIDRequest.d.ts.map