Type Alias PlatformInvalidSettlementFormulaError

PlatformInvalidSettlementFormulaError: {
    type: "PLATFORM_INVALID_SETTLEMENT_FORMULA";
    platformFee?: PlatformSettlementFormulaError;
    discountShare?: PlatformSettlementFormulaError;
    additionalFee?: PlatformSettlementFormulaError;
    message?: string;
}

Type declaration