Type AliasUpdatePlatformPartnerBody

UpdatePlatformPartnerBody: {
    name?: string;
    contact?: UpdatePlatformPartnerBodyContact;
    account?: UpdatePlatformPartnerBodyAccount;
    defaultContractId?: string;
    memo?: string;
    tags?: string[];
    type?: UpdatePlatformPartnerBodyType;
    userDefinedProperties?: PlatformProperties;
}

파트너 업데이트를 위한 입력 정보

값이 명시되지 않은 필드는 업데이트되지 않습니다.

Type declaration