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

    Type Alias UpdatePlatformPartnerBody

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

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

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

    Properties

    name?: string

    파트너 법인명 혹은 이름

    파트너 담당자 연락 정보

    정산 계좌

    defaultContractId?: string

    파트너에 설정된 기본 계약 아이디

    memo?: string

    파트너에 대한 메모

    tags?: string[]

    파트너의 태그 리스트

    파트너 유형별 정보

    userDefinedProperties?: PlatformProperties

    사용자 정의 속성