Type Alias PlatformPartnerTypeBusiness
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
businessRegistrationNumber: string
representativeName: string
Optional
companyAddress?: string
Optional
businessType?: string
Optional
businessClass?: string
사업자 파트너 정보
사업자 유형의 파트너 추가 정보 입니다.