Beneficiary entity interface.

Provided for consistency to support creation of related Beneficiary records.

interface Beneficiary {
    beneficiaryId: string;
}

Properties

Properties

beneficiaryId: string