Type AliasPlatformPartnerTypeBusiness

PlatformPartnerTypeBusiness: {
    type: "BUSINESS";
    companyName: string;
    taxationType: PlatformPartnerTaxationType;
    businessStatus: PlatformPartnerBusinessStatus;
    businessRegistrationNumber: string;
    representativeName: string;
    companyAddress?: string;
    businessType?: string;
    businessClass?: string;
}

사업자 파트너 정보

사업자 유형의 파트너 추가 정보 입니다.

Type declaration

  • type: "BUSINESS"
  • companyName: string

    상호명

  • taxationType: PlatformPartnerTaxationType

    과세 유형

  • businessStatus: PlatformPartnerBusinessStatus

    사업자 상태

  • businessRegistrationNumber: string

    사업자등록번호

  • representativeName: string

    대표자 이름

  • OptionalcompanyAddress?: string

    사업장 주소

  • OptionalbusinessType?: string

    업태

  • OptionalbusinessClass?: string

    업종