Type Alias PlatformPartnerTaxationType

PlatformPartnerTaxationType:
    | "NORMAL"
    | "SIMPLE_TAX_INVOICE_ISSUER"
    | "SIMPLE"
    | "TAX_FREE"
    | string & {}

플랫폼 파트너 과세 유형

Type declaration

  • "NORMAL"

    일반 과세

  • "SIMPLE_TAX_INVOICE_ISSUER"

    간이과세(세금계산서 발행)

  • "SIMPLE"

    간이과세(세금계산서 미발행)

  • "TAX_FREE"

    면세

  • string & {}