@ukkidney/ukrdc-axios-ts
    Preparing search index...

    Interface DemographicUpdateRequest

    DemographicUpdateRequest

    interface DemographicUpdateRequest {
        address?: AddressSchema;
        birthTime?: string;
        gender?: DemographicUpdateRequestGenderEnum;
        name?: NameSchema;
    }
    Index

    Properties

    address?: AddressSchema

    DemographicUpdateRequest

    birthTime?: string

    DemographicUpdateRequest

    DemographicUpdateRequest

    name?: NameSchema

    DemographicUpdateRequest