@portone/server-sdk
    Preparing search index...

    Type Alias SchedulePlatformPartnersBodyUpdate

    type SchedulePlatformPartnersBodyUpdate = {
        name?: string;
        contact?: SchedulePlatformPartnersBodyUpdateContact;
        type?: SchedulePlatformPartnersBodyUpdateType;
        account?: SchedulePlatformPartnersBodyUpdateAccount;
        defaultContractId?: string;
        memo?: string;
        tags?: string[];
        userDefinedProperties?: PlatformProperties;
    }
    Index

    Properties

    name?: string
    defaultContractId?: string
    memo?: string
    tags?: string[]
    userDefinedProperties?: PlatformProperties