OneSDK — OneComme 9.1.1
    Preparing search index...

    Interface SponsorshipGiftReceivers

    interface SponsorshipGiftReceivers {
        displayName?: string;
        id: string;
        name: string;
        nickname?: string;
        originalProfileImage?: string;
        profileImage: string;
        timestamp: string;
        userId: string;
    }
    Index

    Properties

    displayName?: string
    id: string
    name: string
    nickname?: string
    originalProfileImage?: string
    profileImage: string
    timestamp: string
    userId: string